From 4d6252d302682d5e2d37e26a704089c9d7aac0ef Mon Sep 17 00:00:00 2001 From: Steven Panek Date: Mon, 21 Feb 2011 19:25:11 +0000 Subject: [PATCH] Draw from Wescamp's 1.10 branch on the development version section. --- website/gettext.wesnoth.org/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/gettext.wesnoth.org/config.php b/website/gettext.wesnoth.org/config.php index 87213bc61ae..9bccf42cf1f 100644 --- a/website/gettext.wesnoth.org/config.php +++ b/website/gettext.wesnoth.org/config.php @@ -12,7 +12,7 @@ $msgfmt="/usr/bin/msgfmt"; $branch="1.8"; //version of current stable (folder name of the checkout folder) $wescampbranchversion="1.8"; -$wescamptrunkversion="1.7"; +$wescamptrunkversion="1.10"; $trunkbasedir="/usr/src/svn-checkouts/trunk/"; $branchbasedir="/usr/src/svn-checkouts/$branch/";