]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.12rc1 5.9.12rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 14 Nov 2023 07:12:00 +0000 (08:12 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 14 Nov 2023 07:12:00 +0000 (08:12 +0100)
configure.ac
testing/testing.conf

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