From d0a6ed9a3ce953998a95c271d7194e63904e1c38 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 26 May 2007 19:07:39 +0000 Subject: [PATCH] version bump to 4.1.4 --- src/pluto/vendor.c | 3 ++- src/pluto/vendor.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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,