]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.2 5.8.2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 17 Dec 2019 13:30:41 +0000 (14:30 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 17 Dec 2019 13:30:41 +0000 (14:30 +0100)
configure.ac
testing/testing.conf

index 77444ff2105c8b9da96397b67bc4267a50b4f303..d7e7a113413cf498d1b2b6f86daa9852482959e9 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.8.2rc2])
+AC_INIT([strongSwan],[5.8.2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 8698ebdb3f828a8f132cc7379f12389bfd2f5fba..36e5935355e28e23536c7460afa0325fe7687769 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.8.2rc2}
+: ${SWANVERSION=5.8.2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}