aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-08-27 12:01:57 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-08-27 12:01:57 +0000
commita9bb69c8a8e98a5cce1392432544c1027f6f7416 (patch)
treea5b93ab5745fd05275561af87b59226242151aca /src
parent609166f49f4e6aa8968a644a63762cc2e2bfd1bf (diff)
downloadstrongswan-a9bb69c8a8e98a5cce1392432544c1027f6f7416.tar.bz2
strongswan-a9bb69c8a8e98a5cce1392432544c1027f6f7416.tar.xz
version bump to 4.2.7
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 af1c8a8aa..04f303a6d 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.6")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.7")
+ DEC_MD5_VID(STRONGSWAN_4_2_6, "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")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index e689c6220..5d00bda62 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -122,6 +122,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_3 =103,
VID_STRONGSWAN_4_2_4 =104,
VID_STRONGSWAN_4_2_5 =105,
+ VID_STRONGSWAN_4_2_6 =106,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,