version bump to 4.1.8

This commit is contained in:
Andreas Steffen 2007-10-04 06:41:45 +00:00
parent eb4e244230
commit c840a9b484
4 changed files with 5 additions and 3 deletions

View File

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

View File

@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/* /*
* strongSwan * strongSwan
*/ */
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.7") DEC_MD5_VID(STRONGSWAN, "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_6, "strongSwan 4.1.6")
DEC_MD5_VID(STRONGSWAN_4_1_5, "strongSwan 4.1.5") DEC_MD5_VID(STRONGSWAN_4_1_5, "strongSwan 4.1.5")
DEC_MD5_VID(STRONGSWAN_4_1_4, "strongSwan 4.1.4") DEC_MD5_VID(STRONGSWAN_4_1_4, "strongSwan 4.1.4")

View File

@ -110,6 +110,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_4 = 92, VID_STRONGSWAN_4_1_4 = 92,
VID_STRONGSWAN_4_1_5 = 93, VID_STRONGSWAN_4_1_5 = 93,
VID_STRONGSWAN_4_1_6 = 94, VID_STRONGSWAN_4_1_6 = 94,
VID_STRONGSWAN_4_1_7 = 95,
/* 101 - 200 : NAT-Traversal */ /* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101, VID_NATT_STENBERG_01 =101,

View File

@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
* The latest strongSwan distribution * The latest strongSwan distribution
http://download.strongswan.org/strongswan-4.1.7.tar.gz http://download.strongswan.org/strongswan-4.1.8.tar.gz
3. Creating the environment 3. Creating the environment