aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-26 15:02:21 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-26 15:02:21 +0200
commitd7d349271697bddbf0566e674b10c30e30bf4c52 (patch)
tree8741222d215ff7e9bfc578e9e6e1ab0134f51022 /src
parente1ae5d94ae0d79cca28ec28cc61044a75f469883 (diff)
downloadstrongswan-d7d349271697bddbf0566e674b10c30e30bf4c52.tar.bz2
strongswan-d7d349271697bddbf0566e674b10c30e30bf4c52.tar.xz
version bump to 4.2.154.2.15
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 3f682b2ba..a85f5e030 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.14")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.15")
+ DEC_MD5_VID(STRONGSWAN_4_2_14,"strongSwan 4.2.14")
DEC_MD5_VID(STRONGSWAN_4_2_13,"strongSwan 4.2.13")
DEC_MD5_VID(STRONGSWAN_4_2_12,"strongSwan 4.2.12")
DEC_MD5_VID(STRONGSWAN_4_2_11,"strongSwan 4.2.11")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 70d1ad4d1..2d053801f 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -131,6 +131,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_11 =111,
VID_STRONGSWAN_4_2_12 =112,
VID_STRONGSWAN_4_2_13 =113,
+ VID_STRONGSWAN_4_2_14 =114,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,