aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-07-21 22:21:52 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-07-21 22:21:52 +0200
commit8ce8e190682be9bafb7a69a77cf7c1443e53cf03 (patch)
tree00e68eb07aeda3db329977d09033ec633262c1b0 /src
parent144b433402267e1fe02751d7e286dcdeaa2dbf69 (diff)
downloadstrongswan-8ce8e190682be9bafb7a69a77cf7c1443e53cf03.tar.bz2
strongswan-8ce8e190682be9bafb7a69a77cf7c1443e53cf03.tar.xz
version bump to 4.3.4
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 613f0fe1a..a532e50f2 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -197,7 +197,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.3")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.4")
+ DEC_MD5_VID(STRONGSWAN_4_3_3, "strongSwan 4.3.3")
DEC_MD5_VID(STRONGSWAN_4_3_2, "strongSwan 4.3.2")
DEC_MD5_VID(STRONGSWAN_4_3_1, "strongSwan 4.3.1")
DEC_MD5_VID(STRONGSWAN_4_3_0, "strongSwan 4.3.0")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 5a7bd0fe3..8aa2f6348 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -137,6 +137,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_3_0 =118,
VID_STRONGSWAN_4_3_1 =119,
VID_STRONGSWAN_4_3_2 =120,
+ VID_STRONGSWAN_4_3_3 =121,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,