]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.1 5.9.1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 10 Nov 2020 19:45:13 +0000 (20:45 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 10 Nov 2020 19:45:13 +0000 (20:45 +0100)
configure.ac
testing/testing.conf

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