aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-05-21 18:40:11 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-05-21 18:40:11 +0000
commit4d9c95ffcde8c55efa16c22cd4d3dff2e3b31352 (patch)
treee57a56997b1c97bd1bf7df3e8a9ddda1bb45fb74 /src
parent85a119bc0bce1c4875427d1315c27594c472065f (diff)
downloadstrongswan-4d9c95ffcde8c55efa16c22cd4d3dff2e3b31352.tar.bz2
strongswan-4d9c95ffcde8c55efa16c22cd4d3dff2e3b31352.tar.xz
version bump to 4.2.3
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 83de5eda1..f615bf732 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.2")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.3")
+ DEC_MD5_VID(STRONGSWAN_4_2_2, "strongSwan 4.2.2")
DEC_MD5_VID(STRONGSWAN_4_2_1, "strongSwan 4.2.1")
DEC_MD5_VID(STRONGSWAN_4_2_0, "strongSwan 4.2.0")
DEC_MD5_VID(STRONGSWAN_4_1_11,"strongSwan 4.1.11")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 678e62253..8500fa14a 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -118,6 +118,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_0 =100,
VID_STRONGSWAN_4_2_1 =101,
+ VID_STRONGSWAN_4_2_2 =102,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,