]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.11 5.9.11
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 12 Jun 2023 05:50:02 +0000 (07:50 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 12 Jun 2023 05:50:02 +0000 (07:50 +0200)
configure.ac
testing/testing.conf

index 36f4b2531666fc0c2db10ab46834441c88449205..96155044d450736a6ae98abaa056ed24ae0b7100 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.11rc1])
+AC_INIT([strongSwan],[5.9.11])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 0179e3e555aba9e1bf6bbde33d0284ea4b41ad08..8a506aad3b132fcfdf91f9ccdf835f6416f66963 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.1-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.11rc1}
+: ${SWANVERSION=5.9.11}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}