summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-09-06 09:41:37 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-09-17 16:05:57 +0200
commit36893d15cbcd56c8477df3db00015f3b973df2fc (patch)
tree2c1a69107c5bd507157216c6b57414766c569f32 /compiler
parent2d6c9331d73c9bd7a12adf5e2cc347c8ac8b48d6 (diff)
downloadvala-36893d15cbcd56c8477df3db00015f3b973df2fc.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 b6a21e537..405a4965e 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -300,7 +300,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 42; i += 2) {
+ for (int i = 2; i <= 44; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}