]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.2 6.0.2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 13 Jul 2025 07:56:49 +0000 (09:56 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 13 Jul 2025 07:56:49 +0000 (09:56 +0200)
configure.ac
testing/testing.conf

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