]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.0rc2 6.0.0rc2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 26 Nov 2024 07:21:20 +0000 (08:21 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 26 Nov 2024 07:21:20 +0000 (08:21 +0100)
configure.ac
testing/testing.conf

index d322de95a3ee0cc9962c408b7f434c1e1d2d9856..de2ee69b8d83a633a0a200f3f719bbb3df12c566 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[6.0.0rc1])
+AC_INIT([strongSwan],[6.0.0rc2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 67cd34df4420b3f390b9341894d74195a76f6808..9a2bd4716c70d235dd7cfceeaab4ee0d3c1db919 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.5-abicompat-raw-sockets.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=6.0.0rc1}
+: ${SWANVERSION=6.0.0rc2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}