aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-05-26 19:07:39 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-05-26 19:07:39 +0000
commitd0a6ed9a3ce953998a95c271d7194e63904e1c38 (patch)
tree822575ea9963fc845ff1e63c040b4fdcfca0e075
parentb5463662d27122b3887399601d72e10a0e814c11 (diff)
downloadstrongswan-d0a6ed9a3ce953998a95c271d7194e63904e1c38.tar.bz2
strongswan-d0a6ed9a3ce953998a95c271d7194e63904e1c38.tar.xz
version bump to 4.1.4
-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 c2ea2b5a0..ea2c24eb2 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.3")
+ DEC_MD5_VID(STRONGSWAN, "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")
DEC_MD5_VID(STRONGSWAN_4_1_0, "strongSwan 4.1.0")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 5ba65ea37..a97862eec 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -101,6 +101,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_0 = 78,
VID_STRONGSWAN_4_1_1 = 79,
VID_STRONGSWAN_4_1_2 = 80,
+ VID_STRONGSWAN_4_1_3 = 81,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101,