diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/globals.php | 4 | ||||
| -rw-r--r-- | src/version | 2 | ||||
| -rw-r--r-- | src/versionnum.php | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/globals.php b/src/globals.php index e65faa6..0f034ce 100755 --- a/src/globals.php +++ b/src/globals.php @@ -1,7 +1,7 @@ <?php //////////////////////////////////////////////////////////////////////////////// //BOCA Online Contest Administrator -// Copyright (C) 2003-2012 by BOCA Development Team (bocasystem@gmail.com) +// Copyright (C) by BOCA Development Team (bocasystem@gmail.com) // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. //////////////////////////////////////////////////////////////////////////////// -// Last modified 09/nov/2012 by cassio@ime.usp.br +// Last modified 15/aug/2014 by cassio@ime.usp.br require_once('db.php'); define("dbcompat_1_4_1",true); diff --git a/src/version b/src/version index 9c0d20b..70d6362 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.8 +boca-1.5.9 diff --git a/src/versionnum.php b/src/versionnum.php index 99a0327..2fa3be1 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ <?php -$BOCAVERSION='boca-1.5.8'; -$YEAR='2013'; +$BOCAVERSION='boca-1.5.9'; +$YEAR='2014'; ?> |