mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	Bumped version number.
This commit is contained in:
		
							parent
							
								
									b0aaa4c6d7
								
							
						
					
					
						commit
						63951b815d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ endif()
 | 
			
		|||
################################################################################
 | 
			
		||||
set(Z3_VERSION_MAJOR 4)
 | 
			
		||||
set(Z3_VERSION_MINOR 6)
 | 
			
		||||
set(Z3_VERSION_PATCH 0)
 | 
			
		||||
set(Z3_VERSION_PATCH 1)
 | 
			
		||||
set(Z3_VERSION_TWEAK 0)
 | 
			
		||||
set(Z3_VERSION "${Z3_VERSION_MAJOR}.${Z3_VERSION_MINOR}.${Z3_VERSION_PATCH}.${Z3_VERSION_TWEAK}")
 | 
			
		||||
set(Z3_FULL_VERSION_STR "${Z3_VERSION}") # Note this might be modified
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ from mk_util import *
 | 
			
		|||
 | 
			
		||||
# Z3 Project definition
 | 
			
		||||
def init_project_def():
 | 
			
		||||
    set_version(4, 6, 0, 0)
 | 
			
		||||
    set_version(4, 6, 1, 0)
 | 
			
		||||
    add_lib('util', [])
 | 
			
		||||
    add_lib('lp', ['util'], 'util/lp')
 | 
			
		||||
    add_lib('polynomial', ['util'], 'math/polynomial')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue