]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.2rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 17 Feb 2021 12:34:06 +0000 (13:34 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 18 Feb 2021 19:16:17 +0000 (20:16 +0100)
configure.ac
testing/testing.conf

index f9c643851bf4d56b58e119538fd5f2ce1b44d877..8c934bd4684fd5d6ea17ea53ce6561e51135f722 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.2dr2])
+AC_INIT([strongSwan],[5.9.2rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index ae15baf08a05b4c0fd1a66a54ea0f2bf120557a5..3d8c74e7b6ceb72446b78a4e8ec226378754c3a3 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.2dr2}
+: ${SWANVERSION=5.9.2rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}