This commit is contained in:
Karl Hudgell 2016-01-13 09:10:36 +00:00
parent 4758fd1569
commit f517c1bad7
2 changed files with 3 additions and 3 deletions

View File

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

View File

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