]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.2rc1 5.6.2rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 16 Feb 2018 12:37:00 +0000 (13:37 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 16 Feb 2018 12:37:00 +0000 (13:37 +0100)
configure.ac
testing/testing.conf

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