]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.1 5.6.1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 17 Nov 2017 21:42:28 +0000 (22:42 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 17 Nov 2017 21:42:28 +0000 (22:42 +0100)
configure.ac
testing/testing.conf

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