[vala] Bump version suffix
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Bump version suffix
- Date: Tue, 29 Oct 2013 15:49:41 +0000 (UTC)
commit 720fe053cca7ddba7e96befa0a4023471278c553
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Oct 29 16:48:47 2013 +0100
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 174794e..8c7f507 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -232,7 +232,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 22; i += 2) {
+ for (int i = 2; i <= 24; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index 1e6d909..4fcda23 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.22
+PACKAGE_SUFFIX=-0.24
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]