]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Bump version suffix
authorJürg Billeter <j@bitron.ch>
Thu, 13 Jun 2013 18:23:02 +0000 (20:23 +0200)
committerJürg Billeter <j@bitron.ch>
Thu, 13 Jun 2013 18:23:02 +0000 (20:23 +0200)
compiler/valacompiler.vala
configure.ac

index 4d379fd7dabd4485a924baf59c2159bd398f191f..8ae8db8ca2f8f5cee0c30c4fea816006c1b00fa0 100644 (file)
@@ -232,7 +232,7 @@ class Vala.Compiler {
                        }
                }
 
-               for (int i = 2; i <= 20; i += 2) {
+               for (int i = 2; i <= 22; i += 2) {
                        context.add_define ("VALA_0_%d".printf (i));
                }
 
index 6e40c893c48cfadbd25b0c103cb46a62c32f6c71..1e6d9098d7970e21ee1de2a7c1565d4906edef5c 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.20
+PACKAGE_SUFFIX=-0.22
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl We don't support separate builddir when building from git