]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.3rc1 5.6.3rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 23 May 2018 20:36:39 +0000 (22:36 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 23 May 2018 20:36:39 +0000 (22:36 +0200)
configure.ac
testing/testing.conf

index b8a11981e050508846b25ba9711b38acc7900b06..951f21da4f9dfae09d9bd7fcbdab6faf7941cbf7 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.3dr2])
+AC_INIT([strongSwan],[5.6.3rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index b01b615bea7ff11fec030d9fa16f207fadab3a91..89cf3ff7e18e644353bdd1e06fa6e2eb9ac7692e 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.3dr2}
+: ${SWANVERSION=5.6.3rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}