aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2014-08-26 07:33:49 +0000
committercassio <cassiopc@gmail.com>2014-08-26 07:33:49 +0000
commit6a532dd4e6b853ea3c8e5694f57295e8a3b191f7 (patch)
treece63caeeb60be6ac7027665d19a0232bc5a8e31a /src
parenta36325e95bfd75af9c37b9e0eac6dcf1028a6f61 (diff)
downloadboca-6a532dd4e6b853ea3c8e5694f57295e8a3b191f7.tar.gz
boca-6a532dd4e6b853ea3c8e5694f57295e8a3b191f7.zip
few minor fixes and possibility of having a hotstandby bkp
Diffstat (limited to 'src')
-rwxr-xr-xsrc/globals.php4
-rw-r--r--src/version2
-rw-r--r--src/versionnum.php4
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';
?>