]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.2dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 10 Feb 2021 09:04:34 +0000 (10:04 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 12 Feb 2021 07:17:54 +0000 (08:17 +0100)
configure.ac
testing/testing.conf

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