]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.1 6.0.1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 10 Mar 2025 18:19:37 +0000 (19:19 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 10 Mar 2025 18:19:37 +0000 (19:19 +0100)
configure.ac
testing/testing.conf

index 5ab1bedfedaa1af45526e9cdb7d2be49df2a60f0..f0160dc2f0db5270b7d7bab30e5c8e4896ab3db4 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[6.0.1rc1])
+AC_INIT([strongSwan],[6.0.1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 699a98cb626e6054e63efdd221b3dee9b986be54..5a9ca8a1cd7637e44f363925d32a52ae2e8bf93c 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=6.13.5}
+: ${KERNELVERSION=6.13.6}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-6.13}
 : ${KERNELPATCH=ha-6.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=6.0.1rc1}
+: ${SWANVERSION=6.0.1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}