From: Andreas Steffen Date: Wed, 20 Mar 2024 16:03:54 +0000 (+0100) Subject: Version bump to 6.0.0beta6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea02c3d261ba27e208493ab552d8132781ab3085;p=thirdparty%2Fstrongswan.git Version bump to 6.0.0beta6 --- diff --git a/configure.ac b/configure.ac index 0ca743027a..2484c05981 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.9.14]) +AC_INIT([strongSwan],[6.0.0beta6]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index 5abe327ed0..858ee6610b 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -31,7 +31,7 @@ fi : ${KERNELPATCH=ha-6.5-abicompat-raw-sockets.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.9.14} +: ${SWANVERSION=6.0.0beta6} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build}