mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
version bumpt to 4.1.9
This commit is contained in:
parent
bd55836e48
commit
8ad95a2000
@ -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}')
|
||||
|
@ -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")
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user