mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 19:00:05 +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
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.env_cc }}
|
CC: ${{ matrix.env_cc }}
|
||||||
CXX: ${{ matrix.env_cxx }}
|
CXX: ${{ matrix.env_cxx }}
|
||||||
SCWX_VERSION: v0.5.1
|
SCWX_VERSION: v0.5.2
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 12.0)
|
||||||
scwx_python_setup()
|
scwx_python_setup()
|
||||||
|
|
||||||
project(${PROJECT_NAME}
|
project(${PROJECT_NAME}
|
||||||
VERSION 0.5.1
|
VERSION 0.5.2
|
||||||
DESCRIPTION "Supercell Wx is a free, open source advanced weather radar viewer."
|
DESCRIPTION "Supercell Wx is a free, open source advanced weather radar viewer."
|
||||||
HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx"
|
HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx"
|
||||||
LANGUAGES C CXX)
|
LANGUAGES C CXX)
|
||||||
|
|
@ -32,7 +32,7 @@ set_property(DIRECTORY
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
||||||
|
|
||||||
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
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)
|
option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
id: net.supercellwx.app
|
id: net.supercellwx.app
|
||||||
version: '0.5.1'
|
version: '0.5.2'
|
||||||
runtime: "org.freedesktop.Platform"
|
runtime: "org.freedesktop.Platform"
|
||||||
runtime-version: "23.08"
|
runtime-version: "23.08"
|
||||||
sdk: "org.freedesktop.Sdk"
|
sdk: "org.freedesktop.Sdk"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue