summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2016-05-09 20:54:12 +0200
committerJürg Billeter <j@bitron.ch>2016-05-09 20:54:12 +0200
commit4b714ea13dbd4ca0bba357edd8de3bba5b16abbe (patch)
tree78b1b7be45d1c39365587baafd0282ce722e8823 /compiler
parentd82f4a8b4707cb14b9297ec943d0e930c0bed81d (diff)
downloadvala-4b714ea13dbd4ca0bba357edd8de3bba5b16abbe.tar.gz
Bump version suffix
Diffstat (limited to 'compiler')
-rw-r--r--compiler/valacompiler.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index b19d5c59e..14b12e9cd 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -268,7 +268,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 32; i += 2) {
+ for (int i = 2; i <= 34; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}