mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 06:50:05 +00:00 
			
		
		
		
	Bump version to v0.4.7
This commit is contained in:
		
							parent
							
								
									90aaf2bad6
								
							
						
					
					
						commit
						1ea94b02cd
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -82,7 +82,7 @@ jobs: | |||
|     env: | ||||
|       CC: ${{ matrix.env_cc }} | ||||
|       CXX: ${{ matrix.env_cxx }} | ||||
|       SCWX_VERSION: v0.4.6 | ||||
|       SCWX_VERSION: v0.4.7 | ||||
|     runs-on: ${{ matrix.os }} | ||||
| 
 | ||||
|     steps: | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| cmake_minimum_required(VERSION 3.21) | ||||
| set(PROJECT_NAME supercell-wx) | ||||
| project(${PROJECT_NAME} | ||||
|         VERSION      0.4.6 | ||||
|         VERSION      0.4.7 | ||||
|         DESCRIPTION  "Supercell Wx is a free, open source advanced weather radar viewer." | ||||
|         HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx" | ||||
|         LANGUAGES    C CXX) | ||||
|  | @ -44,7 +44,7 @@ conan_basic_setup(TARGETS) | |||
| set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB") | ||||
| 
 | ||||
| set(SCWX_DIR ${PROJECT_SOURCE_DIR}) | ||||
| set(SCWX_VERSION "0.4.6") | ||||
| set(SCWX_VERSION "0.4.7") | ||||
| 
 | ||||
| option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat