mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 13:15:26 +00:00
bump version to 1.6 and switch to 1.6 as default shown
This commit is contained in:
parent
5672a271b6
commit
8ded150446
@ -10,7 +10,7 @@
|
||||
// the msgfmt program path
|
||||
$msgfmt="/usr/bin/msgfmt";
|
||||
|
||||
$branch="1.4";
|
||||
$branch="1.6";
|
||||
|
||||
$trunkbasedir="/usr/src/svn-checkouts/trunk/";
|
||||
$branchbasedir="/usr/src/svn-checkouts/$branch/";
|
||||
|
@ -35,7 +35,7 @@ if(!isset($_GET['package'])){
|
||||
}
|
||||
|
||||
if(!isset($_GET['version'])){
|
||||
$version = 'trunk';
|
||||
$version = 'branch';
|
||||
}else{
|
||||
$version = $_GET['version'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user