Merge branch '2.0' into 'master'

fix update



See merge request !24
This commit is contained in:
Karl 2016-03-19 13:06:25 -04:00
commit bad9cebb5c

View File

@ -394,7 +394,7 @@ findstr "localversion" config.php >nul 2>&1
goto END
:END
:ONE
cscript.Print() replace.vbs "config.php" "2.2" "2.3"
cscript replace.vbs "config.php" "2.2" "2.3"
echo Version Updated to 2.3
goto END
:END