[vala/staging: 2/3] Bump version suffix
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 2/3] Bump version suffix
- Date: Mon, 17 Sep 2018 14:09:41 +0000 (UTC)
commit 36893d15cbcd56c8477df3db00015f3b973df2fc
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Sep 6 09:41:37 2018 +0200
Bump version suffix
compiler/valacompiler.vala | 2 +-
configure.ac | 2 +-
valadoc/treebuilder.vala | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index b6a21e537..405a4965e 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -300,7 +300,7 @@ class Vala.Compiler {
}
}
- for (int i = 2; i <= 42; i += 2) {
+ for (int i = 2; i <= 44; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
diff --git a/configure.ac b/configure.ac
index 730c72d7b..88ca0f94b 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 subdir-objects])
AM_MAINTAINER_MODE([enable])
-API_VERSION=0.42
+API_VERSION=0.44
PACKAGE_SUFFIX="-$API_VERSION"
VALA_MAJOR_VERSION=`echo $PACKAGE_VERSION | cut -d. -f1 | sed s/[[a-zA-Z\-]].*//g`
diff --git a/valadoc/treebuilder.vala b/valadoc/treebuilder.vala
index 0b81481c0..5c9a8d72a 100644
--- a/valadoc/treebuilder.vala
+++ b/valadoc/treebuilder.vala
@@ -897,7 +897,7 @@ public class Valadoc.Drivers.TreeBuilder : Vala.CodeVisitor {
}
}
- for (int i = 2; i <= 42; i += 2) {
+ for (int i = 2; i <= 44; i += 2) {
context.add_define ("VALA_0_%d".printf (i));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]