since we are in beta time for 1.10 now,

...switch the default version displayed at g.w.o to trunk
This commit is contained in:
Nils Kneuper 2011-11-10 14:45:51 +00:00
parent 7b849f86b0
commit 82e7164878

View file

@ -39,7 +39,7 @@ if(!isset($_GET['version'])){
// set the default starting point when calling gettext.wesnoth.org:
// 'branch': show stats from the current stable branch
// 'trunk': show stats from trunk
$version = 'branch';
$version = 'trunk';
}else{
$version = $_GET['version'];
}