]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Version bump to 5.9.3rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 24 Jun 2021 07:18:54 +0000 (09:18 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 24 Jun 2021 07:18:54 +0000 (09:18 +0200)
configure.ac
testing/testing.conf

index 537b0191a85663998068e8762b037f9872de9d16..7fdcb4f5bebdb95e0d9313285d9dc2b240aa2711 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.3dr4])
+AC_INIT([strongSwan],[5.9.3rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 92aa6fac93c4186d285d9d10b06ebf467f473758..8ca8be5b50613a7963c45eeaf7b947971332f3bd 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.10-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.3dr4}
+: ${SWANVERSION=5.9.3rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}