Version bump to 5.1.1

This commit is contained in:
Andreas Steffen 2013-10-31 09:42:15 +01:00
parent 6d18e23e9f
commit c501c78c5f
3 changed files with 2010 additions and 5 deletions

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.1.1rc1])
AC_INIT([strongSwan],[5.1.1])
AM_INIT_AUTOMAKE([tar-ustar subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4/config])

File diff suppressed because it is too large Load Diff

View File

@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=3.8.1}
: ${KERNELVERSION=3.11.6}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.8}
: ${KERNELPATCH=ha-3.8-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.11}
: ${KERNELPATCH=ha-3.11-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.0.3}
: ${SWANVERSION=5.1.1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}