summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2014-03-25 11:49:20 +0100
committerJürg Billeter <j@bitron.ch>2014-03-25 11:49:20 +0100
commite5a986910882eb370238be44b23ca3654371c6c8 (patch)
tree2838a597d1d4f541e17e59755d66898a254bfe45 /compiler
parentee67e154fcf3d5aff7c9021b2a2c0721970ae43f (diff)
downloadvala-e5a986910882eb370238be44b23ca3654371c6c8.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 a90d66837..98382736c 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -235,7 +235,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 24; i += 2) {
+ for (int i = 2; i <= 26; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}