]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.0 5.7.0
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 24 Sep 2018 09:10:12 +0000 (11:10 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 24 Sep 2018 09:10:12 +0000 (11:10 +0200)
configure.ac
testing/testing.conf

index 6c57b74725cd61a5c66c284b270c4c92a65feded..0a09fe5fe630f4786651d56319f2ae072d8c3feb 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.0rc2])
+AC_INIT([strongSwan],[5.7.0])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 1f34265618372057ad3fdd2474e3b753baf291f9..78c8dcabcf84c0a907405b5843ce5478ecec9bbe 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.18.8}
+: ${KERNELVERSION=4.18.9}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.18}
 : ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.7.0rc2}
+: ${SWANVERSION=5.7.0}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}