aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-07-28 09:14:07 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-07-28 09:14:07 +0000
commit5c96dab6537c63f34c340b3f3029452dc77a090c (patch)
tree74ce5bcc22c71f91ac71e84880b7a119cf330a15 /src
parent7c04589335a618396cbd84310ebfead8ba84e5ea (diff)
downloadstrongswan-5c96dab6537c63f34c340b3f3029452dc77a090c.tar.bz2
strongswan-5c96dab6537c63f34c340b3f3029452dc77a090c.tar.xz
version bump to 4.2.6
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 f509e450b..af1c8a8aa 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.5")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.6")
+ DEC_MD5_VID(STRONGSWAN_4_2_5, "strongSwan 4.2.5")
DEC_MD5_VID(STRONGSWAN_4_2_4, "strongSwan 4.2.4")
DEC_MD5_VID(STRONGSWAN_4_2_3, "strongSwan 4.2.3")
DEC_MD5_VID(STRONGSWAN_4_2_2, "strongSwan 4.2.2")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 99293e086..e689c6220 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -121,6 +121,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_2 =102,
VID_STRONGSWAN_4_2_3 =103,
VID_STRONGSWAN_4_2_4 =104,
+ VID_STRONGSWAN_4_2_5 =105,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,