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:
parent
7b849f86b0
commit
82e7164878
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue