summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 07c866a288..34f0612852 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -11,7 +11,7 @@
11# 11#
12 12
13# binary version for the binary lang file 13# binary version for the binary lang file
14my $langversion = 2; # 2 is the latest one used in the v1 format 14my $langversion = 3; # 3 was the latest one used in the v1 format
15 15
16# A note for future users and readers: The original v1 language system allowed 16# A note for future users and readers: The original v1 language system allowed
17# the build to create and use a different language than english built-in. We 17# the build to create and use a different language than english built-in. We