Version bump to 5.6.2dr4

This commit is contained in:
Andreas Steffen
2018-02-03 11:05:21 +01:00
parent 4492c9c670
commit 476200ecc6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.6.2dr3])
AC_INIT([strongSwan],[5.6.2dr4])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects
+4 -4
View File
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.13.16}
: ${KERNELVERSION=4.15}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.13}
: ${KERNELPATCH=ha-4.13-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.15}
: ${KERNELPATCH=ha-4.14-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.6.2dr3}
: ${SWANVERSION=5.6.2dr4}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}