From 404017540f209393d0f7e732f9a19e37458037ad Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 11 Sep 2013 18:21:06 +0200 Subject: updated version number --- doc/changelog.txt | 4 ++++ src/private/autojudging.php | 2 +- src/version | 2 +- src/versionnum.php | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 69f0baf..78cae27 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,7 @@ +version 1.5.4: +- bug fix to allow for multiple input/output files +- installv2 updated to try both sysvutils and sysvinit-utils + version 1.5.3: - bug fixes - inclusion of automatic download of external scores from the first line of otherservers diff --git a/src/private/autojudging.php b/src/private/autojudging.php index bcf763a..2c16110 100755 --- a/src/private/autojudging.php +++ b/src/private/autojudging.php @@ -15,7 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . //////////////////////////////////////////////////////////////////////////////// -// Last modified 03/sep/2013 by cassio@ime.usp.br +// Last modified 11/sep/2013 by cassio@ime.usp.br $ds = DIRECTORY_SEPARATOR; if($ds=="") $ds = "/"; diff --git a/src/version b/src/version index 59e2af6..d5cff39 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.3 +boca-1.5.4 diff --git a/src/versionnum.php b/src/versionnum.php index 94f90b7..2a411b3 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ -- cgit v1.2.3