]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.0 5.9.0
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 29 Jul 2020 11:08:09 +0000 (13:08 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 29 Jul 2020 11:08:09 +0000 (13:08 +0200)
configure.ac
testing/testing.conf

index b73de7ca8d192eb79cd112b265a26651370a1b70..5aa3c6e68e3e556d39a6f99f1de89da47d6cb41a 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.0rc1])
+AC_INIT([strongSwan],[5.9.0])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index a56ac22aabab633b6f43c0d925ce2ac7a095a048..335957732f8d51c3f77ec414c0d69bbaee437059 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.0rc1}
+: ${SWANVERSION=5.9.0}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}