]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.0dr3 5.6.0dr3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 Jul 2017 18:53:35 +0000 (20:53 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 Jul 2017 18:53:35 +0000 (20:53 +0200)
configure.ac
testing/testing.conf

index c00cb801b15f987ba7bc1e15ec5e8ef0edc4b36b..026c2cdf567c7c2517c9cccc9833aa54822a9940 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.0dr2])
+AC_INIT([strongSwan],[5.6.0dr3])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index cc24ac12952138296efbd4297d09c972e61abcf5..df8b3970f3f894979afd154de191621746689b65 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.0dr2}
+: ${SWANVERSION=5.6.0dr3}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}