]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.0dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 13 Jun 2018 15:07:58 +0000 (17:07 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 13 Jun 2018 15:07:58 +0000 (17:07 +0200)
configure.ac
testing/testing.conf

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