]> git.feebdaed.xyz Git - 0xmirror/strongswan.git/commitdiff
Version bump to 6.0.4
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 12 Dec 2025 14:32:29 +0000 (15:32 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 12 Dec 2025 14:32:29 +0000 (15:32 +0100)
configure.ac
testing/testing.conf

index c751bd8a6da2fe0b8ee817e77f82b04f9286b74a..49c4e2f8a247d098daa63e3f0627191ab0f4bb21 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[6.0.4rc1])
+AC_INIT([strongSwan],[6.0.4])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 69f4ee77b843161cb71cd9e814a2b92b47701d05..55e93e2d010e0d8b4e3e60ba74d3cc065ee3e193 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.17-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=6.0.4rc1}
+: ${SWANVERSION=6.0.4}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}