version bump to 4.2.0

This commit is contained in:
Andreas Steffen 2008-02-15 18:44:29 +00:00
parent 6859f760d9
commit a11ea97db8
4 changed files with 9 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
strongswan-4.2.0
----------------
strongswan-4.1.11
-----------------

View File

@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
AC_INIT(strongSwan,4.1.11)
AC_INIT(strongSwan,4.2.0)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')

View File

@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.11")
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.0")
DEC_MD5_VID(STRONGSWAN_4_1_11,"strongSwan 4.1.11")
DEC_MD5_VID(STRONGSWAN_4_1_10,"strongSwan 4.1.10")
DEC_MD5_VID(STRONGSWAN_4_1_9, "strongSwan 4.1.9")
DEC_MD5_VID(STRONGSWAN_4_1_8, "strongSwan 4.1.8")

View File

@ -114,6 +114,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_8 = 96,
VID_STRONGSWAN_4_1_9 = 97,
VID_STRONGSWAN_4_1_10 = 98,
VID_STRONGSWAN_4_1_11 = 99,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101,