]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.0beta6
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 20 Mar 2024 16:03:54 +0000 (17:03 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2024 07:46:56 +0000 (09:46 +0200)
configure.ac
testing/testing.conf

index 0ca743027abc51b1bac6ca3db39bea2660d2d03f..2484c05981ae95cec07a612a0962e973eccaaabe 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.14])
+AC_INIT([strongSwan],[6.0.0beta6])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 5abe327ed069ba90782cfe14d45c7ba5d12ce3b5..858ee6610b4370ca11c091aa6d74c60a48ee4c82 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.5-abicompat-raw-sockets.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.14}
+: ${SWANVERSION=6.0.0beta6}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}