]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.8 5.9.8
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 3 Oct 2022 14:16:53 +0000 (16:16 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 3 Oct 2022 14:16:53 +0000 (16:16 +0200)
configure.ac
testing/testing.conf

index c56397881bcac80e18c016f4069ea49514c15b12..f9e6e55c2de2a0f85e0b877d89a23c71c4fc3298 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.8rc1])
+AC_INIT([strongSwan],[5.9.8])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index acace8d52cd3a77116f1561e2cb290333b68a543..c49d7ec4d8558a4113183a2a5fba0ee89bf5ffc2 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.8rc1}
+: ${SWANVERSION=5.9.8}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}