mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-04 00:00:51 -05:00 
			
		
		
		
	version bump to 4.1.8
This commit is contained in:
		
							parent
							
								
									eb4e244230
								
							
						
					
					
						commit
						c840a9b484
					
				@ -16,7 +16,7 @@ dnl ===========================
 | 
			
		||||
dnl  initialize & set some vars
 | 
			
		||||
dnl ===========================
 | 
			
		||||
 | 
			
		||||
AC_INIT(strongSwan,4.1.7)
 | 
			
		||||
AC_INIT(strongSwan,4.1.8)
 | 
			
		||||
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.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_5, "strongSwan 4.1.5")
 | 
			
		||||
	DEC_MD5_VID(STRONGSWAN_4_1_4, "strongSwan 4.1.4")
 | 
			
		||||
 | 
			
		||||
@ -110,6 +110,7 @@ enum known_vendorid {
 | 
			
		||||
  VID_STRONGSWAN_4_1_4		= 92,
 | 
			
		||||
  VID_STRONGSWAN_4_1_5		= 93,
 | 
			
		||||
  VID_STRONGSWAN_4_1_6		= 94,
 | 
			
		||||
  VID_STRONGSWAN_4_1_7		= 95,
 | 
			
		||||
 | 
			
		||||
  /* 101 - 200 : NAT-Traversal */
 | 
			
		||||
  VID_NATT_STENBERG_01		=101,
 | 
			
		||||
 | 
			
		||||
@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
 | 
			
		||||
 | 
			
		||||
    * 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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user