mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Bump version to v0.5.0
This commit is contained in:
parent
c0025abd32
commit
fa50defe62
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:
|
||||
CC: ${{ matrix.env_cc }}
|
||||
CXX: ${{ matrix.env_cxx }}
|
||||
SCWX_VERSION: v0.4.9
|
||||
SCWX_VERSION: v0.5.0
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 12.0)
|
|||
scwx_python_setup()
|
||||
|
||||
project(${PROJECT_NAME}
|
||||
VERSION 0.4.9
|
||||
VERSION 0.5.0
|
||||
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.4.9")
|
||||
set(SCWX_VERSION "0.5.0")
|
||||
|
||||
option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
id: net.supercellwx.app
|
||||
version: '0.4.9'
|
||||
version: '0.5.0'
|
||||
runtime: "org.freedesktop.Platform"
|
||||
runtime-version: "23.08"
|
||||
sdk: "org.freedesktop.Sdk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue