[vala/staging: 1/9] Bump version suffix
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 1/9] Bump version suffix
- Date: Mon, 17 Apr 2017 09:03:52 +0000 (UTC)
commit 2e1d8d4bffba469457dacf14eaa580f64d05e347
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Apr 14 20:41:30 2017 +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 0108b70..76976ef 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -267,7 +267,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 36; i += 2) {
+ for (int i = 2; i <= 38; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index e68e9be..a448018 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip])
AM_MAINTAINER_MODE([enable])
-API_VERSION=0.36
+API_VERSION=0.38
PACKAGE_SUFFIX="-$API_VERSION"
dnl http://people.gnome.org/~walters/docs/build-api.txt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]