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/";