aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-07-08 19:40:11 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-07-08 19:40:11 +0000
commit92901c74f270ffe55db7a69ff2a5dec408d699df (patch)
tree6994ad9d3608ca7fae6eef717bed3a0114126a7c
parentc52094480021f0ab358691b0db30ca64dd4f9bab (diff)
downloadstrongswan-92901c74f270ffe55db7a69ff2a5dec408d699df.tar.bz2
strongswan-92901c74f270ffe55db7a69ff2a5dec408d699df.tar.xz
version bump to 4.1.5
-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 086cb4dd7..b484891af 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -205,7 +205,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.4")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.5")
+ DEC_MD5_VID(STRONGSWAN_4_1_4, "strongSwan 4.1.4")
DEC_MD5_VID(STRONGSWAN_4_1_3, "strongSwan 4.1.3")
DEC_MD5_VID(STRONGSWAN_4_1_2, "strongSwan 4.1.2")
DEC_MD5_VID(STRONGSWAN_4_1_1, "strongSwan 4.1.1")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 6c7eeafb3..164fc6615 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -104,6 +104,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_1 = 89,
VID_STRONGSWAN_4_1_2 = 90,
VID_STRONGSWAN_4_1_3 = 91,
+ VID_STRONGSWAN_4_1_4 = 92,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101,