Remove VEREXTRA, it was never used.
This commit is contained in:
		
							parent
							
								
									5a6fa1fd68
								
							
						
					
					
						commit
						b210e6a1b1
					
				| 
						 | 
				
			
			@ -22,10 +22,6 @@ source "config" # don't fail on error, since last command in config might return
 | 
			
		|||
# Get version information
 | 
			
		||||
source version || exit 1
 | 
			
		||||
VERSION="${VERMAJOR}.${VERMINOR}.${VERMICRO}"
 | 
			
		||||
if [ ! -z "${VEREXTRA}" ]
 | 
			
		||||
then
 | 
			
		||||
    VERSION="${VERSION}-${VEREXTRA}"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,6 @@
 | 
			
		|||
VERMAJOR=0
 | 
			
		||||
VERMINOR=0
 | 
			
		||||
VERMICRO=0
 | 
			
		||||
VEREXTRA=""
 | 
			
		||||
 | 
			
		||||
# kate: @KATE_MODELINE@
 | 
			
		||||
# vim: @VIM_MODELINE@
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue