Bump version to v0.5.0

This commit is contained in:
Dan Paulat 2025-07-05 14:49:24 -05:00
parent c0025abd32
commit fa50defe62
3 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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)

View file

@ -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"