Version bump to 5.5.2dr4

This commit is contained in:
Andreas Steffen 2017-01-02 15:46:27 +01:00
parent bda3a573f4
commit 9ad147ac63
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.5.2dr3])
AC_INIT([strongSwan],[5.5.2dr4])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects

View File

@ -27,11 +27,11 @@ fi
: ${KERNELVERSION=4.9}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.8}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.9}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.5.2dr3}
: ${SWANVERSION=5.5.2dr4}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}