[vala/staging] Bump version suffix to 0.56



commit dbe8d2a614e1637c5a00115d6a1048430ef2493c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Sep 28 16:03:48 2021 +0200

    Bump version suffix to 0.56

 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 9d09f4dd8..cd036c78e 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.54
+API_VERSION=0.56
 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 862af581a..d63d8f9a9 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -53,6 +53,8 @@ void main () {
        assert_not_reached ();
 #elif !VALA_0_54
        assert_not_reached ();
+#elif !VALA_0_56
+       assert_not_reached ();
 #else
        assert (true);
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]