[vala] Bump version suffix



commit 94efdae32fc1141b28c891e33a16c2b42daa367d
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Fri Nov 27 16:01:41 2015 +0100

    Bump version suffix

 compiler/valacompiler.vala |    2 +-
 configure.ac               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index ac16d24..ee5d45b 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -265,7 +265,7 @@ class Vala.Compiler {
                        }
                }
 
-               for (int i = 2; i <= 30; i += 2) {
+               for (int i = 2; i <= 32; i += 2) {
                        context.add_define ("VALA_0_%d".printf (i));
                }
 
diff --git a/configure.ac b/configure.ac
index 3e64802..d1da12d 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.30
+PACKAGE_SUFFIX=-0.32
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl We don't support separate builddir when building from git


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]