]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Bump version suffix
authorJürg Billeter <j@bitron.ch>
Thu, 4 Oct 2012 19:19:23 +0000 (21:19 +0200)
committerJürg Billeter <j@bitron.ch>
Thu, 4 Oct 2012 19:19:23 +0000 (21:19 +0200)
compiler/valacompiler.vala
configure.ac

index c1c9f6f1804c675484415e9c36826cb39233166d..9f26a16338e53b18f5f8e879d247ec04d4ffe89d 100644 (file)
@@ -227,7 +227,7 @@ class Vala.Compiler {
                        }
                }
 
-               for (int i = 2; i <= 18; i += 2) {
+               for (int i = 2; i <= 20; i += 2) {
                        context.add_define ("VALA_0_%d".printf (i));
                }
 
index 553747b170a5372f073e788d6af4cf27e0afef05..6e40c893c48cfadbd25b0c103cb46a62c32f6c71 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.11 dist-bzip2])
 AM_MAINTAINER_MODE([enable])
 
-PACKAGE_SUFFIX=-0.18
+PACKAGE_SUFFIX=-0.20
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl We don't support separate builddir when building from git