summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-11-27 16:01:41 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2015-11-27 16:01:41 +0100
commit94efdae32fc1141b28c891e33a16c2b42daa367d (patch)
tree13b7f523222c59c20ffdbff2177d39ca291f957e /compiler
parent9044d84f3b3bde17782723dab23eea8f1eb53fe4 (diff)
downloadvala-94efdae32fc1141b28c891e33a16c2b42daa367d.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 ac16d2497..ee5d45b7e 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -265,7 +265,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 30; i += 2) {
+ for (int i = 2; i <= 32; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}