]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.1rc1 5.9.1rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 1 Nov 2020 17:45:34 +0000 (18:45 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 1 Nov 2020 17:45:34 +0000 (18:45 +0100)
configure.ac
testing/testing.conf

index 3319e0647926d35f9ef3e03fc1d054a437edbe16..2b7e9fa78ba71e6c4133a8fd75d31a8cce59ac12 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.1dr1])
+AC_INIT([strongSwan],[5.9.1rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index cb95d35d21c46dcba1b357fb7df596df29bcf740..b08b61dd9dae0facf049a47f0a27e73ce0aa3a54 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.1dr1}
+: ${SWANVERSION=5.9.1rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}