]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Bump version suffix
authorJürg Billeter <j@bitron.ch>
Tue, 25 Mar 2014 10:49:20 +0000 (11:49 +0100)
committerJürg Billeter <j@bitron.ch>
Tue, 25 Mar 2014 10:49:20 +0000 (11:49 +0100)
compiler/valacompiler.vala
configure.ac

index a90d66837040951e1b24ec9fbf8aec137eb2228d..98382736c6f84a65d063f82ea62ff2b71549c933 100644 (file)
@@ -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));
                }
 
index 4fcda2373db6720fd9c3c09d99316365fef845ec..686b64bff8e64dc44130da4dc14167b479eea9cf 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.24
+PACKAGE_SUFFIX=-0.26
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl We don't support separate builddir when building from git