]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.2 5.7.2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 27 Dec 2018 11:11:49 +0000 (12:11 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 27 Dec 2018 11:11:49 +0000 (12:11 +0100)
configure.ac
testing/testing.conf

index 1f1a3b260a16a8eb53b21ff1af0ffecf4646b854..8b2f0216dd9272892dd7645d8006efcdab6cee6e 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.2rc1])
+AC_INIT([strongSwan],[5.7.2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 14b604f887a4e154d59e5739cdb301948ec50597..984fc5127838e56056b0b1a7c4936ac7e7132b4c 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.7.2rc1}
+: ${SWANVERSION=5.7.2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}