mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Bump the version number in CMakeLists.txt
Added in d259e347e6 (#4259)
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
			
			
This commit is contained in:
		@@ -81,6 +81,10 @@ then
 | 
			
		||||
  exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
[ $VERBOSE ] && echo "Bumping VERSION in CMakeLists.txt"
 | 
			
		||||
sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < CMakeLists.txt > tmp
 | 
			
		||||
mv tmp CMakeLists.txt
 | 
			
		||||
 | 
			
		||||
[ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt"
 | 
			
		||||
sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp
 | 
			
		||||
mv tmp library/CMakeLists.txt
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user