diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-24 04:38:57 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-24 04:38:57 +0000 |
commit | f032a6909a31eebf9f4a2ed092a75371f5b0c0c6 (patch) | |
tree | fcc4ee432482b333eab18d36fcc6cf645b45a4df /testing/testing.conf | |
parent | c46d416d0856874b6c964570c029c3853d95c8d6 (diff) | |
download | strongswan-f032a6909a31eebf9f4a2ed092a75371f5b0c0c6.tar.bz2 strongswan-f032a6909a31eebf9f4a2ed092a75371f5b0c0c6.tar.xz |
version bump to 4.3.1
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index a9e15bc54..5714f0b53 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-2.6.29.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.29.1.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` @@ -33,7 +33,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.29 #UMLPATCH=$UMLTESTDIR/aead_init.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.3.0.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.3.1.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" |