[vala] Bump version suffix



commit 166363071b2870fdfa8635aa2466976561c114e6
Author: Jürg Billeter <j bitron ch>
Date:   Thu Jun 13 20:23:02 2013 +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 4d379fd..8ae8db8 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -232,7 +232,7 @@ class Vala.Compiler {
                        }
                }
 
-               for (int i = 2; i <= 20; i += 2) {
+               for (int i = 2; i <= 22; i += 2) {
                        context.add_define ("VALA_0_%d".printf (i));
                }
 
diff --git a/configure.ac b/configure.ac
index 6e40c89..1e6d909 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.20
+PACKAGE_SUFFIX=-0.22
 
 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]