summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/valacompiler.vala2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index eab72c4a4..1ffc8589a 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -230,7 +230,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 14; i += 2) {
+ for (int i = 2; i <= 16; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index e17bb22d1..fe30ce060 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 dist-bzip2])
AM_MAINTAINER_MODE([enable])
-PACKAGE_SUFFIX=-0.14
+PACKAGE_SUFFIX=-0.16
AC_SUBST(PACKAGE_SUFFIX)
AC_DEFINE_UNQUOTED(PACKAGE_SUFFIX, "$PACKAGE_SUFFIX", [Define to the suffix of this package])