From 8ad95a2000c0cdc44165e465a3475c07bdbb7991 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 6 Nov 2007 13:47:27 +0000 Subject: [PATCH] version bumpt to 4.1.9 --- configure.in | 2 +- src/pluto/vendor.c | 3 ++- src/pluto/vendor.h | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 7513754395..e534c10e98 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl =========================== dnl initialize & set some vars dnl =========================== -AC_INIT(strongSwan,4.1.8) +AC_INIT(strongSwan,4.1.9) AM_INIT_AUTOMAKE(tar-ustar) AC_C_BIGENDIAN AC_SUBST(confdir, '${sysconfdir}') diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 324cda73ae..68179ac5c6 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.1.8") + DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.9") + DEC_MD5_VID(STRONGSWAN_4_1_8, "strongSwan 4.1.8") DEC_MD5_VID(STRONGSWAN_4_1_7, "strongSwan 4.1.7") DEC_MD5_VID(STRONGSWAN_4_1_6, "strongSwan 4.1.6") DEC_MD5_VID(STRONGSWAN_4_1_5, "strongSwan 4.1.5") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 20cb9b46df..29a54cd861 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -111,6 +111,7 @@ enum known_vendorid { VID_STRONGSWAN_4_1_5 = 93, VID_STRONGSWAN_4_1_6 = 94, VID_STRONGSWAN_4_1_7 = 95, + VID_STRONGSWAN_4_1_8 = 96, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =101,