[vala] Bump version suffix



commit 4b714ea13dbd4ca0bba357edd8de3bba5b16abbe
Author: Jürg Billeter <j bitron ch>
Date:   Mon May 9 20:54:12 2016 +0200

    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 b19d5c5..14b12e9 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -268,7 +268,7 @@ class Vala.Compiler {
                        }
                }
 
-               for (int i = 2; i <= 32; i += 2) {
+               for (int i = 2; i <= 34; i += 2) {
                        context.add_define ("VALA_0_%d".printf (i));
                }
 
diff --git a/configure.ac b/configure.ac
index 5694610..970eedb 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.32
+PACKAGE_SUFFIX=-0.34
 
 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]