aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-11-18 00:02:59 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-11-18 00:02:59 +0000
commit50ae86017ccf94b1f2ce559df196af13c7908d8c (patch)
treeb73f5e2f0e9405ef193029804090078da5692ddf /src
parent49653b6bc36b692bfa46fad2454bcd103c2f863e (diff)
downloadstrongswan-50ae86017ccf94b1f2ce559df196af13c7908d8c.tar.bz2
strongswan-50ae86017ccf94b1f2ce559df196af13c7908d8c.tar.xz
version bump to 4.2.10
Diffstat (limited to 'src')
-rw-r--r--src/pluto/vendor.c3
-rw-r--r--src/pluto/vendor.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index 39b80250f..a490b7079 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.9")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.10")
+ DEC_MD5_VID(STRONGSWAN_4_2_9, "strongSwan 4.2.9")
DEC_MD5_VID(STRONGSWAN_4_2_8, "strongSwan 4.2.8")
DEC_MD5_VID(STRONGSWAN_4_2_7, "strongSwan 4.2.7")
DEC_MD5_VID(STRONGSWAN_4_2_6, "strongSwan 4.2.6")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 9a0c969a8..fa1c44faa 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -125,6 +125,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_6 =106,
VID_STRONGSWAN_4_2_7 =107,
VID_STRONGSWAN_4_2_8 =108,
+ VID_STRONGSWAN_4_2_9 =109,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,