]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bumpt to 5.9.12 5.9.12
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 20 Nov 2023 11:10:34 +0000 (12:10 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 20 Nov 2023 11:10:34 +0000 (12:10 +0100)
configure.ac
testing/testing.conf

index 0706b3410986a9229713eff91b247fd09aec262b..6b45e025e97c4f4c9f764e1ad2f90a69cf012822 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.12rc1])
+AC_INIT([strongSwan],[5.9.12])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 6602f9eb5a6578c02151e102575706e7646fe513..983b97953e28307e37ab9fd20b5752482ba8f9fd 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-6.3-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.12rc1}
+: ${SWANVERSION=5.9.12}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}