Skip to content

Commit ff3f09a

Browse files
committed
Version bump to 5.7.2dr3
1 parent b574719 commit ff3f09a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# initialize & set some vars
2020
# ============================
2121

22-
AC_INIT([strongSwan],[5.7.2dr2])
22+
AC_INIT([strongSwan],[5.7.2dr3])
2323
AM_INIT_AUTOMAKE(m4_esyscmd([
2424
echo tar-ustar
2525
echo subdir-objects

testing/testing.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ fi
2424
: ${TESTDIR=/srv/strongswan-testing}
2525

2626
# Kernel configuration
27-
: ${KERNELVERSION=4.19}
27+
: ${KERNELVERSION=4.19.1}
2828
: ${KERNEL=linux-$KERNELVERSION}
2929
: ${KERNELTARBALL=$KERNEL.tar.xz}
3030
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.19}
3131
: ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
3232

3333
# strongSwan version used in tests
34-
: ${SWANVERSION=5.7.2dr2}
34+
: ${SWANVERSION=5.7.2dr3}
3535

3636
# Build directory where the guest kernel and images will be built
3737
: ${BUILDDIR=$TESTDIR/build}

0 commit comments

Comments
 (0)