From: Jürg Billeter Date: Sun, 22 Mar 2015 20:04:20 +0000 (+0100) Subject: Bump version suffix X-Git-Tag: 0.29.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2361ab1bb29ea3f93fc21bb1f0eece214884111e;p=thirdparty%2Fvala.git Bump version suffix --- diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala index d4f5d8bfe..11ccb8666 100644 --- a/compiler/valacompiler.vala +++ b/compiler/valacompiler.vala @@ -263,7 +263,7 @@ class Vala.Compiler { } } - for (int i = 2; i <= 28; i += 2) { + for (int i = 2; i <= 30; i += 2) { context.add_define ("VALA_0_%d".printf (i)); } diff --git a/configure.ac b/configure.ac index 437be4655..3e6480203 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.28 +PACKAGE_SUFFIX=-0.30 dnl http://people.gnome.org/~walters/docs/build-api.txt dnl We don't support separate builddir when building from git