This commit is contained in:
Karl Hudgell 2016-01-15 20:51:33 +00:00
parent 65ccd69737
commit 256a77e7dd
2 changed files with 3 additions and 3 deletions

View File

@ -193,8 +193,8 @@ findstr "localversion" config.php >nul 2>&1
goto END
:END
:ONE
cscript replace.vbs "config.php" "1.5" "1.6"
echo Version Updated to 1.6
cscript replace.vbs "config.php" "1.7" "1.7"
echo Version Updated to 1.7
goto END
:END

View File

@ -1,4 +1,4 @@
<?php
//// KLANDING VERSION
$remoteversion = "1.6"; //
$remoteversion = "1.7"; //
?>