diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | testing/testing.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bc6854c7c..3aa7d919e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index c82eff256..ee403435a 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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} |