]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.2dr2 6.0.2dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 5 Jun 2025 11:43:21 +0000 (13:43 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 5 Jun 2025 11:43:21 +0000 (13:43 +0200)
configure.ac
testing/testing.conf

index 5bf23b47dd2c07c1a11b960e6b79c62bab33b533..b264210aedd5435117da0832ef632b4c79b13447 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[6.0.2dr1])
+AC_INIT([strongSwan],[6.0.2dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 7a39ce8d38d0fc1a3f6dc45b1ff23f515b2862f2..2682821665c44840a8b5e305df10b7cabe0543a3 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.14-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=6.0.2dr1}
+: ${SWANVERSION=6.0.2dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}