mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:01:41 +00:00
bump version in g.w.o to 1.8
TODO: wescamp stuff
This commit is contained in:
parent
8cf91f0071
commit
bf8f80980f
@ -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";
|
||||
|
||||
|
@ -30,7 +30,7 @@ sort($existing_extra_packs_b);
|
||||
$stats = array();
|
||||
|
||||
if(!isset($_GET['version'])){
|
||||
$version = 'trunk';
|
||||
$version = '1.8';
|
||||
}else{
|
||||
$version = $_GET['version'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user