bump version in g.w.o to 1.8

TODO: wescamp stuff
This commit is contained in:
Nils Kneuper 2010-03-26 14:59:44 +00:00
parent 8cf91f0071
commit bf8f80980f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
// the msgfmt program path
$msgfmt="/usr/bin/msgfmt";
$branch="1.6"; //version of current stable (folder name of the checkout folder)
$branch="1.8"; //version of current stable (folder name of the checkout folder)
$wescampbranchversion="1.6";
$wescamptrunkversion="1.7";

View File

@ -30,7 +30,7 @@ sort($existing_extra_packs_b);
$stats = array();
if(!isset($_GET['version'])){
$version = 'trunk';
$version = '1.8';
}else{
$version = $_GET['version'];
}