]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.5.0 5.5.0
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 13 Jul 2016 11:26:16 +0000 (13:26 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 13 Jul 2016 11:26:16 +0000 (13:26 +0200)
configure.ac
testing/testing.conf

index bc6854c7c5623d5e01d041613403a6c25c4b80b7..3aa7d919e9d7a8b6468bca3f2c4ee49aa63e61bc 100644 (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
index c82eff25634de627475d2adbe77b1c98e51abbfa..ee403435a9b36f04fc46f40966718533eb7fb9fc 100644 (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}