]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Version bump to 5.6.0rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 7 Aug 2017 16:25:52 +0000 (18:25 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 7 Aug 2017 16:25:52 +0000 (18:25 +0200)
configure.ac
testing/testing.conf

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