From: Jürg Billeter Date: Tue, 25 Mar 2014 10:49:20 +0000 (+0100) Subject: Bump version suffix X-Git-Tag: 0.25.1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a986910882eb370238be44b23ca3654371c6c8;p=thirdparty%2Fvala.git Bump version suffix --- diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala index a90d66837..98382736c 100644 --- a/compiler/valacompiler.vala +++ b/compiler/valacompiler.vala @@ -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)); } diff --git a/configure.ac b/configure.ac index 4fcda2373..686b64bff 100644 --- a/configure.ac +++ b/configure.ac @@ -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