]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.3 6.0.3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 27 Oct 2025 11:28:13 +0000 (12:28 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 27 Oct 2025 13:02:59 +0000 (14:02 +0100)
configure.ac
testing/testing.conf

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