From 7ef1ed816b931a579e089e070c25a17cdb727e8a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 5 Oct 2022 15:23:27 +0200 Subject: [PATCH] Version bump to 6.0.0beta3 --- configure.ac | 2 +- testing/config/kernel/config-6.0 | 2 +- testing/testing.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 8195cb682a..0769971d18 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.9.10]) +AC_INIT([strongSwan],[6.0.0beta3]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/config/kernel/config-6.0 b/testing/config/kernel/config-6.0 index 5edb36544d..164e079e76 100644 --- a/testing/config/kernel/config-6.0 +++ b/testing/config/kernel/config-6.0 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.0.3 Kernel Configuration +# Linux/x86 6.0.0 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/testing/testing.conf b/testing/testing.conf index 3e60a5ba53..9db3dc2680 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -31,7 +31,7 @@ fi : ${KERNELPATCH=ha-6.1-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.9.10} +: ${SWANVERSION=6.0.0beta3} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build} -- 2.47.2