[vala] Bump version suffix
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Bump version suffix
- Date: Sun, 3 Apr 2011 21:33:23 +0000 (UTC)
commit 551505badabc56f2e2cc93346064ffe2f9083039
Author: Jürg Billeter <j bitron ch>
Date: Sun Apr 3 23:31:52 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 95e6d19..02f2303 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -229,7 +229,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 12; i += 2) {
+ for (int i = 2; i <= 14; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index 5faa7c7..3059e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
-PACKAGE_SUFFIX=-0.12
+PACKAGE_SUFFIX=-0.14
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]