diff options
| author | cassio <cassiopc@gmail.com> | 2013-09-14 00:11:00 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2013-09-14 00:11:00 +0000 |
| commit | c9568a4c9c2a3c96769582c5d7f7f23569a8921e (patch) | |
| tree | 07f3e5395af4051143577b9c5870c465e06a213d /doc | |
| parent | b120cc197f0a598d7a8c5f721fcba2aacb24b77b (diff) | |
| download | boca-c9568a4c9c2a3c96769582c5d7f7f23569a8921e.tar.gz boca-c9568a4c9c2a3c96769582c5d7f7f23569a8921e.zip | |
updated version numbers
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog.txt | 3 | ||||
| -rwxr-xr-x | doc/problemexamples/problemtemplate/run/java | 4 |
2 files changed, 5 insertions, 2 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 |