[vala] Bump version suffix
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Bump version suffix
- Date: Thu, 19 Aug 2010 08:44:43 +0000 (UTC)
commit f30048e7bff990883dd9019bc68f9a42abd655e6
Author: Jürg Billeter <j bitron ch>
Date: Thu Aug 19 10:27:29 2010 +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 6570d81..12b20ba 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -267,7 +267,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 10; i += 2) {
+ for (int i = 2; i <= 12; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index 35c1291..2d27af8 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.10
+PACKAGE_SUFFIX=-0.12
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]