[vala/staging: 2/4] Bump version suffix to 0.52
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 2/4] Bump version suffix to 0.52
- Date: Tue, 29 Sep 2020 16:07:51 +0000 (UTC)
commit 165f1a862b366dc4ba1b166fd6a0b504404c2516
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Sep 29 14:13:34 2020 +0200
Bump version suffix to 0.52
configure.ac | 2 +-
tests/parser/preprocessor-vala.vala | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index eee338c55..42e697995 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.50
+API_VERSION=0.52
PACKAGE_SUFFIX="-$API_VERSION"
VALA_MAJOR_VERSION=`echo $PACKAGE_VERSION | cut -d. -f1 | sed s/[[a-zA-Z\-]].*//g`
diff --git a/tests/parser/preprocessor-vala.vala b/tests/parser/preprocessor-vala.vala
index fb17acba0..b5ace3892 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -49,6 +49,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_50
assert_not_reached ();
+#elif !VALA_0_52
+ assert_not_reached ();
#else
assert (true);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]