From 74de8c3727833891e6f3a73d5cc776d201112dfd Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 13 Jul 2016 13:26:16 +0200 Subject: [PATCH] Version bump to 5.5.0 --- configure.ac | 2 +- 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}