]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Bump version suffix
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 25 Sep 2016 06:43:53 +0000 (08:43 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 25 Sep 2016 06:43:53 +0000 (08:43 +0200)
compiler/valacompiler.vala
configure.ac

index 14b12e9cda7648a2f42245e3f63efc35ce80d174..ccf5b76f39d11dee0d6d4b0a26075749374e8852 100644 (file)
@@ -268,7 +268,7 @@ class Vala.Compiler {
                        }
                }
 
-               for (int i = 2; i <= 34; i += 2) {
+               for (int i = 2; i <= 36; i += 2) {
                        context.add_define ("VALA_0_%d".printf (i));
                }
 
index aa38ed68a3c36ac93884f6182e2cb0e29fd994dd..744a26f50613b7498ce92c8dab73d7d4fdafe872 100644 (file)
@@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip])
 AM_MAINTAINER_MODE([enable])
 
-PACKAGE_SUFFIX=-0.34
+PACKAGE_SUFFIX=-0.36
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl We don't support separate builddir when building from git