[vala/staging: 1/6] Bump version suffix to 0.58
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 1/6] Bump version suffix to 0.58
- Date: Tue, 9 Aug 2022 06:24:02 +0000 (UTC)
commit e74724d2646b0cda103984f1d6c4045db2262726
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Aug 1 19:09:30 2022 +0200
Bump version suffix to 0.58
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 e598b927e..0d0edaccf 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.56
+API_VERSION=0.58
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 d63d8f9a9..425b08bbd 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -55,6 +55,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_56
assert_not_reached ();
+#elif !VALA_0_58
+ assert_not_reached ();
#else
assert (true);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]