Bump version to v0.4.9

This commit is contained in:
Dan Paulat 2025-04-25 08:22:12 -05:00
parent b02dca5877
commit 27cfabcc66
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)
set(PROJECT_NAME supercell-wx)
project(${PROJECT_NAME}
VERSION 0.4.8
VERSION 0.4.9
DESCRIPTION "Supercell Wx is a free, open source advanced weather radar viewer."
HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx"
LANGUAGES C CXX)
@ -27,7 +27,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.8")
set(SCWX_VERSION "0.4.9")
option(SCWX_ADDRESS_SANITIZER "Build with Address Sanitizer" OFF)