]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.0 5.6.0
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 14 Aug 2017 08:07:47 +0000 (10:07 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 14 Aug 2017 08:07:47 +0000 (10:07 +0200)
configure.ac
testing/testing.conf

index d783a1abdc3099bc5a266f4a602d57491a0622b9..45277d96786a9551a46f8aa8a9eed70857f83e4c 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.0rc2])
+AC_INIT([strongSwan],[5.6.0])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 41391bfe1e0ed7cc9de826594a1a17340102dd81..e22afc3e41fca7c815665955241d376922c710b5 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.0rc2}
+: ${SWANVERSION=5.6.0}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}