From e5bef364f27d7b6e60cf813bb64124153b274611 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Apr 2006 21:40:31 +0000 Subject: we're on langversion 3! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9472 a1c6a512-1295-4272-9138-f99709370657 --- tools/genlang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/genlang b/tools/genlang index 07c866a288..34f0612852 100755 --- a/tools/genlang +++ b/tools/genlang @@ -11,7 +11,7 @@ # # binary version for the binary lang file -my $langversion = 2; # 2 is the latest one used in the v1 format +my $langversion = 3; # 3 was the latest one used in the v1 format # A note for future users and readers: The original v1 language system allowed # the build to create and use a different language than english built-in. We -- cgit