From 58fa2b0b160fc5599c961735017244cf24666dbc Mon Sep 17 00:00:00 2001 From: cassiopc Date: Tue, 3 Sep 2013 17:18:16 +0200 Subject: updated year in genpack and server example in otherservers --- tools/genpackage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/genpackage.sh b/tools/genpackage.sh index 18caac2..9cfee7c 100755 --- a/tools/genpackage.sh +++ b/tools/genpackage.sh @@ -1,7 +1,7 @@ #!/bin/bash # //////////////////////////////////////////////////////////////////////////////// # //BOCA Online Contest Administrator -# // Copyright (C) 2003-2012 by BOCA Development Team (bocasystem@gmail.com) +# // Copyright (C) 2003-2013 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 . # //////////////////////////////////////////////////////////////////////////////// -# // Last modified 06/aug/2012 by cassio@ime.usp.br +# // Last modified 03/sep/2013 by cassio@ime.usp.br cdir=`pwd` basen=`basename $cdir` if [ ! -f "$cdir/genpackage.sh" -o "$basen" != "tools" ]; then @@ -26,7 +26,7 @@ echo "*** Processing version $ver" cd ../.. if [ "$ver" != "" -a -d "boca-$ver" ]; then echo "boca-$ver" > boca-$ver/src/version -echo -e "\n" > boca-$ver/src/versionnum.php +echo -e "\n" > boca-$ver/src/versionnum.php touch boca-$ver/src/private/runtmp/run0.php boca-$ver/src/private/scoretmp/0.php boca-$ver/src/private/remotescores/0.dat \ boca-$ver/src/private/remotescores/0.tmp boca-$ver/src/private/problemtmp/problem0.tmp rm -f boca-$ver/src/balloons/*.png -- cgit v1.2.3