Version bump to 5.5.0

This commit is contained in:
Andreas Steffen 2016-07-13 13:26:16 +02:00
parent b977ef8ec9
commit 74de8c3727
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -24,7 +24,7 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.6.3}
: ${KERNELVERSION=4.6.4}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.6}