aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2013-09-14 00:11:00 +0000
committercassio <cassiopc@gmail.com>2013-09-14 00:11:00 +0000
commitc9568a4c9c2a3c96769582c5d7f7f23569a8921e (patch)
tree07f3e5395af4051143577b9c5870c465e06a213d
parentb120cc197f0a598d7a8c5f721fcba2aacb24b77b (diff)
downloadboca-c9568a4c9c2a3c96769582c5d7f7f23569a8921e.tar.gz
boca-c9568a4c9c2a3c96769582c5d7f7f23569a8921e.zip
updated version numbers
-rw-r--r--doc/changelog.txt3
-rwxr-xr-xdoc/problemexamples/problemtemplate/run/java4
-rw-r--r--src/version2
-rw-r--r--src/versionnum.php2
4 files changed, 7 insertions, 4 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt
index fd71676..17b7429 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,6 @@
+version 1.5.7:
+- fixed java scripts for running with multiple inputs/outputs
+
version 1.5.6:
- reviewed way autojudge reply in the case of multiple input/output files
diff --git a/doc/problemexamples/problemtemplate/run/java b/doc/problemexamples/problemtemplate/run/java
index c7eb74a..cdaef98 100755
--- a/doc/problemexamples/problemtemplate/run/java
+++ b/doc/problemexamples/problemtemplate/run/java
@@ -1,7 +1,7 @@
#!/bin/bash
# ////////////////////////////////////////////////////////////////////////////////
# //BOCA Online Contest Administrator
-# // Copyright (C) 2003-2012 by BOCA System (bocasystem@gmail.com)
+# // Copyright (C) 2003-2013 by BOCA System (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: 14/sept/2012 by cassio@ime.usp.br
+#Last modified: 14/sept/2013 by cassio@ime.usp.br
#
# parameters are:
# $1 main_class
diff --git a/src/version b/src/version
index 98cd6a5..7fd5f7a 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-boca-1.5.6
+boca-1.5.7
diff --git a/src/versionnum.php b/src/versionnum.php
index 0b30398..419ce35 100644
--- a/src/versionnum.php
+++ b/src/versionnum.php
@@ -1,5 +1,5 @@
<?php
-$BOCAVERSION='boca-1.5.6';
+$BOCAVERSION='boca-1.5.7';
$YEAR='2013';
?>