[vala] Bump version suffix



commit 60fb5836cf14aed350f572143a38a32bee486246
Author: JÃrg Billeter <j bitron ch>
Date:   Sat Sep 17 17:53:21 2011 +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 eab72c4..1ffc858 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 e17bb22..fe30ce0 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])
 



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