From: Jürg Billeter Date: Sun, 3 Apr 2011 21:31:52 +0000 (+0200) Subject: Bump version suffix X-Git-Tag: 0.13.0~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551505badabc56f2e2cc93346064ffe2f9083039;p=thirdparty%2Fvala.git Bump version suffix --- diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala index 95e6d198f..02f230378 100644 --- a/compiler/valacompiler.vala +++ b/compiler/valacompiler.vala @@ -229,7 +229,7 @@ class Vala.Compiler { } } - for (int i = 2; i <= 12; i += 2) { + for (int i = 2; i <= 14; i += 2) { context.add_define ("VALA_0_%d".printf (i)); } diff --git a/configure.ac b/configure.ac index 5faa7c717..3059e8578 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.12 +PACKAGE_SUFFIX=-0.14 AC_SUBST(PACKAGE_SUFFIX) AC_DEFINE_UNQUOTED(PACKAGE_SUFFIX, "$PACKAGE_SUFFIX", [Define to the suffix of this package])