[vala] Bump version suffix
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Bump version suffix
- Date: Sun, 25 Sep 2016 06:44:10 +0000 (UTC)
commit 0c35fd2b11ebaa72e78081db344dc59fa0d753ba
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Sep 25 08:43:53 2016 +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 14b12e9..ccf5b76 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -268,7 +268,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 34; i += 2) {
+ for (int i = 2; i <= 36; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index aa38ed6..744a26f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip])
AM_MAINTAINER_MODE([enable])
-PACKAGE_SUFFIX=-0.34
+PACKAGE_SUFFIX=-0.36
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]