Skip to content

Commit

Permalink
Bump version to v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Nov 30, 2024
1 parent e6edda8 commit aea5110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit aea5110

Please sign in to comment.