diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-23 15:14:21 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-23 15:14:21 +0000 |
commit | b70b08c8e2211087d96614cf16226ace832e765b (patch) | |
tree | 2eb90a4b11a372209ea7ca9902bb6b362bb59860 | |
parent | f13570a0d695ed14f5b5c17293cad3372086aa53 (diff) | |
download | strongswan-b70b08c8e2211087d96614cf16226ace832e765b.tar.bz2 strongswan-b70b08c8e2211087d96614cf16226ace832e765b.tar.xz |
version bump to 4.0.8
-rw-r--r-- | src/pluto/vendor.c | 4 | ||||
-rw-r--r-- | src/pluto/vendor.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 44548f328..5dff76ef1 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -198,7 +198,8 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.0.7") + DEC_MD5_VID(STRONGSWAN, "strongSwan 4.0.8") + DEC_MD5_VID(STRONGSWAN_4_0_7, "strongSwan 4.0.7") DEC_MD5_VID(STRONGSWAN_4_0_6, "strongSwan 4.0.6") DEC_MD5_VID(STRONGSWAN_4_0_5, "strongSwan 4.0.5") DEC_MD5_VID(STRONGSWAN_4_0_4, "strongSwan 4.0.4") @@ -207,6 +208,7 @@ static struct vid_struct _vid_tab[] = { DEC_MD5_VID(STRONGSWAN_4_0_1, "strongSwan 4.0.1") DEC_MD5_VID(STRONGSWAN_4_0_0, "strongSwan 4.0.0") + DEC_MD5_VID(STRONGSWAN_2_8_3, "strongSwan 2.8.3") DEC_MD5_VID(STRONGSWAN_2_8_2, "strongSwan 2.8.2") DEC_MD5_VID(STRONGSWAN_2_8_1, "strongSwan 2.8.1") DEC_MD5_VID(STRONGSWAN_2_8_0, "strongSwan 2.8.0") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 53c16664e..01c759e72 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -84,6 +84,7 @@ enum known_vendorid { VID_STRONGSWAN_2_8_0 = 63, VID_STRONGSWAN_2_8_1 = 64, VID_STRONGSWAN_2_8_2 = 65, + VID_STRONGSWAN_2_8_3 = 66, VID_STRONGSWAN_4_0_0 = 70, VID_STRONGSWAN_4_0_1 = 71, @@ -92,6 +93,7 @@ enum known_vendorid { VID_STRONGSWAN_4_0_4 = 74, VID_STRONGSWAN_4_0_5 = 75, VID_STRONGSWAN_4_0_6 = 76, + VID_STRONGSWAN_4_0_7 = 77, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =101, |