From: Jürg Billeter Date: Sat, 17 Sep 2011 15:53:21 +0000 (+0200) Subject: Bump version suffix X-Git-Tag: 0.15.0~82 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=60fb5836cf14aed350f572143a38a32bee486246;p=thirdparty%2Fvala.git Bump version suffix --- diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala index eab72c4a4..1ffc8589a 100644 --- a/compiler/valacompiler.vala +++ b/compiler/valacompiler.vala @@ -230,7 +230,7 @@ class Vala.Compiler { } } - for (int i = 2; i <= 14; i += 2) { + for (int i = 2; i <= 16; i += 2) { context.add_define ("VALA_0_%d".printf (i)); } diff --git a/configure.ac b/configure.ac index e17bb22d1..fe30ce060 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.14 +PACKAGE_SUFFIX=-0.16 AC_SUBST(PACKAGE_SUFFIX) AC_DEFINE_UNQUOTED(PACKAGE_SUFFIX, "$PACKAGE_SUFFIX", [Define to the suffix of this package])