]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.12dr2 5.9.12dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 30 Oct 2023 21:42:55 +0000 (22:42 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 30 Oct 2023 21:42:55 +0000 (22:42 +0100)
configure.ac
testing/testing.conf

index 365f5cb967e25eabba5a67686d3d1f01b6b78ed8..cd8e1bf1d43c906751b67c3558e385b8f29b04cf 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.12dr1])
+AC_INIT([strongSwan],[5.9.12dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 6112867e12d6ee1ab83c7fab49770e9f12198f7a..fbfb05fc15eaa1706a9c8246b8f088b537abd991 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.3-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.12dr1}
+: ${SWANVERSION=5.9.12dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}