diff options
Diffstat (limited to 'programs/pluto/vendor.c')
-rw-r--r-- | programs/pluto/vendor.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/programs/pluto/vendor.c b/programs/pluto/vendor.c index 3a8ac15a9..a51971cde 100644 --- a/programs/pluto/vendor.c +++ b/programs/pluto/vendor.c @@ -11,7 +11,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: vendor.c,v 1.38 2006/06/04 09:42:35 as Exp $ + * RCSID $Id: vendor.c,v 1.39 2006/07/06 12:32:41 as Exp $ */ #include <stdlib.h> @@ -200,8 +200,10 @@ static struct vid_struct _vid_tab[] = { */ DEC_MD5_VID(STRONGSWAN_4_0_0, "strongSwan 4.0.0") DEC_MD5_VID(STRONGSWAN_4_0_1, "strongSwan 4.0.1") + DEC_MD5_VID(STRONGSWAN_4_0_1, "strongSwan 4.0.2") - DEC_MD5_VID(STRONGSWAN, "strongSwan 2.7.2") + DEC_MD5_VID(STRONGSWAN, "strongSwan 2.7.3") + DEC_MD5_VID(STRONGSWAN_2_7_2, "strongSwan 2.7.2") DEC_MD5_VID(STRONGSWAN_2_7_1, "strongSwan 2.7.1") DEC_MD5_VID(STRONGSWAN_2_7_0, "strongSwan 2.7.0") DEC_MD5_VID(STRONGSWAN_2_6_4, "strongSwan 2.6.4") |