From: Jürg Billeter Date: Mon, 9 May 2016 18:54:12 +0000 (+0200) Subject: Bump version suffix X-Git-Tag: 0.33.1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b714ea13dbd4ca0bba357edd8de3bba5b16abbe;p=thirdparty%2Fvala.git Bump version suffix --- diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala index b19d5c59e..14b12e9cd 100644 --- a/compiler/valacompiler.vala +++ b/compiler/valacompiler.vala @@ -268,7 +268,7 @@ class Vala.Compiler { } } - for (int i = 2; i <= 32; i += 2) { + for (int i = 2; i <= 34; i += 2) { context.add_define ("VALA_0_%d".printf (i)); } diff --git a/configure.ac b/configure.ac index 56946102c..970eedbbf 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip]) AM_MAINTAINER_MODE([enable]) -PACKAGE_SUFFIX=-0.32 +PACKAGE_SUFFIX=-0.34 dnl http://people.gnome.org/~walters/docs/build-api.txt dnl We don't support separate builddir when building from git