]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.0dr4 5.7.0dr4
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 22 Jun 2018 09:21:02 +0000 (11:21 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 22 Jun 2018 09:21:02 +0000 (11:21 +0200)
configure.ac
testing/testing.conf

index 0f83345093983f597c484316b73737dd4693465b..65df426d52a5ef715830c2517b9cdbfe0577af38 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.0dr3])
+AC_INIT([strongSwan],[5.7.0dr4])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 2a0dd5c76672b42537494216eb2a6e573ef2c2c8..29ab35e971b8cad381da912833f6bb3748fdf088 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.7.0dr3}
+: ${SWANVERSION=5.7.0dr4}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}