bump version to 1.6 and switch to 1.6 as default shown

This commit is contained in:
Nils Kneuper 2009-03-20 16:22:45 +00:00
parent 5672a271b6
commit 8ded150446
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.4";
$branch="1.6";
$trunkbasedir="/usr/src/svn-checkouts/trunk/";
$branchbasedir="/usr/src/svn-checkouts/$branch/";

View File

@ -35,7 +35,7 @@ if(!isset($_GET['package'])){
}
if(!isset($_GET['version'])){
$version = 'trunk';
$version = 'branch';
}else{
$version = $_GET['version'];
}