]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Bump version suffix to 0.58 0.57.0
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 1 Aug 2022 17:09:30 +0000 (19:09 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 1 Aug 2022 17:09:57 +0000 (19:09 +0200)
configure.ac
tests/parser/preprocessor-vala.vala

index e598b927e1aa2c6e0d4d6152080f235e2ffeb2b7..0d0edaccf152918de23717b819a650b86972e6bb 100644 (file)
@@ -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`
index d63d8f9a9034e4f9af8ce01e50aaf35a41565b21..425b08bbd84f7e8eb75cadde64495a21949cdf0c 100644 (file)
@@ -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