mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Bump version to v0.5.2
This commit is contained in:
parent
2dc69544ec
commit
94dc5b547d
3 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 12.0)
|
|||
scwx_python_setup()
|
||||
|
||||
project(${PROJECT_NAME}
|
||||
VERSION 0.5.1
|
||||
VERSION 0.5.2
|
||||
DESCRIPTION "Supercell Wx is a free, open source advanced weather radar viewer."
|
||||
HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx"
|
||||
LANGUAGES C CXX)
|
||||
|
|
@ -32,7 +32,7 @@ set_property(DIRECTORY
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
||||
|
||||
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
||||
set(SCWX_VERSION "0.5.1")
|
||||
set(SCWX_VERSION "0.5.2")
|
||||
|
||||
option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue