From babb69109f5cac7d3f106b409bedb6ee77f3c8d3 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 25 May 2007 07:25:38 +0000 Subject: [PATCH] version bump to 4.1.3 --- src/pluto/vendor.c | 4 +++- src/pluto/vendor.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index e888d5e..c2ea2b5 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -205,7 +205,9 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.1") + DEC_MD5_VID(STRONGSWAN, "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") DEC_MD5_VID(STRONGSWAN_4_0_7, "strongSwan 4.0.7") DEC_MD5_VID(STRONGSWAN_4_0_6, "strongSwan 4.0.6") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 8e0444f..5ba65ea 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -99,6 +99,8 @@ enum known_vendorid { VID_STRONGSWAN_4_0_6 = 76, VID_STRONGSWAN_4_0_7 = 77, VID_STRONGSWAN_4_1_0 = 78, + VID_STRONGSWAN_4_1_1 = 79, + VID_STRONGSWAN_4_1_2 = 80, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =101, -- 2.7.4