mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	inc version number
This commit is contained in:
		
							parent
							
								
									0c42d3b079
								
							
						
					
					
						commit
						9d9414c111
					
				
					 5 changed files with 31 additions and 4 deletions
				
			
		|  | @ -2,7 +2,7 @@ | ||||||
| cmake_minimum_required(VERSION 3.4) | cmake_minimum_required(VERSION 3.4) | ||||||
| 
 | 
 | ||||||
| set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake") | set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake") | ||||||
| project(Z3 VERSION 4.9.1.0 LANGUAGES CXX) | project(Z3 VERSION 4.9.2.0 LANGUAGES CXX) | ||||||
| 
 | 
 | ||||||
| ################################################################################ | ################################################################################ | ||||||
| # Project version | # Project version | ||||||
|  |  | ||||||
							
								
								
									
										27
									
								
								package-lock.json
									
										
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								package-lock.json
									
										
									
										generated
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | ||||||
|  | { | ||||||
|  |   "requires": true, | ||||||
|  |   "lockfileVersion": 1, | ||||||
|  |   "dependencies": { | ||||||
|  |     "async-mutex": { | ||||||
|  |       "version": "0.3.2", | ||||||
|  |       "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.2.tgz", | ||||||
|  |       "integrity": "sha512-HuTK7E7MT7jZEh1P9GtRW9+aTWiDWWi9InbZ5hjxrnRa39KS4BW04+xLBhYNS2aXhHUIKZSw3gj4Pn1pj+qGAA==", | ||||||
|  |       "requires": { | ||||||
|  |         "tslib": "^2.3.1" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "tslib": { | ||||||
|  |       "version": "2.4.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", | ||||||
|  |       "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" | ||||||
|  |     }, | ||||||
|  |     "z3-solver": { | ||||||
|  |       "version": "4.9.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/z3-solver/-/z3-solver-4.9.0.tgz", | ||||||
|  |       "integrity": "sha512-clSV0uyHsfrO84pSbHxoqvmd5HgSG4CoSJG2f8U65hBVylbV6p/0svctQWee9W2fWo0IsxHYRjxz2Z85GT0LAA==", | ||||||
|  |       "requires": { | ||||||
|  |         "async-mutex": "^0.3.2" | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
| from mk_util import * | from mk_util import * | ||||||
| 
 | 
 | ||||||
| def init_version(): | def init_version(): | ||||||
|     set_version(4, 9, 1, 0) |     set_version(4, 9, 2, 0) | ||||||
|      |      | ||||||
| # Z3 Project definition | # Z3 Project definition | ||||||
| def init_project_def(): | def init_project_def(): | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ variables: | ||||||
| 
 | 
 | ||||||
|   Major: '4' |   Major: '4' | ||||||
|   Minor: '9' |   Minor: '9' | ||||||
|   Patch: '1' |   Patch: '2' | ||||||
|   NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName) |   NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName) | ||||||
| 
 | 
 | ||||||
| stages: | stages: | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ | ||||||
| trigger: none | trigger: none | ||||||
| 
 | 
 | ||||||
| variables: | variables: | ||||||
|   ReleaseVersion: '4.9.1' |   ReleaseVersion: '4.9.2' | ||||||
| 
 | 
 | ||||||
| stages: | stages: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue