From: Jürg Billeter Date: Thu, 19 Aug 2010 08:27:29 +0000 (+0200) Subject: Bump version suffix X-Git-Tag: 0.11.0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f30048e7bff990883dd9019bc68f9a42abd655e6;p=thirdparty%2Fvala.git Bump version suffix --- diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala index 6570d81a9..12b20baf1 100644 --- a/compiler/valacompiler.vala +++ b/compiler/valacompiler.vala @@ -267,7 +267,7 @@ class Vala.Compiler { } } - for (int i = 2; i <= 10; i += 2) { + for (int i = 2; i <= 12; i += 2) { context.add_define ("VALA_0_%d".printf (i)); } diff --git a/configure.ac b/configure.ac index 35c129113..2d27af82d 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE -PACKAGE_SUFFIX=-0.10 +PACKAGE_SUFFIX=-0.12 AC_SUBST(PACKAGE_SUFFIX) AC_DEFINE_UNQUOTED(PACKAGE_SUFFIX, "$PACKAGE_SUFFIX", [Define to the suffix of this package])