Skip to content

Commit

Permalink
Bump project version post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 22, 2024
1 parent 4467df3 commit 33340e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog[^1]

## [Unreleased][]

_Coming soon..._

## [0.5.3][] (2024-12-23)

### Added
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

project(
Dokit
VERSION 0.5.3
VERSION 0.5.4
DESCRIPTION "Cross-platform library, and desktop apps for Pokit measuring devices"
HOMEPAGE_URL "https://github.com/pcolby/dokit"
LANGUAGES CXX)
Expand All @@ -23,9 +23,9 @@ if (NOT DEFINED CMAKE_MESSAGE_LOG_LEVEL AND DEFINED ENV{CMAKE_MESSAGE_LOG_LEVEL}
set(CMAKE_MESSAGE_LOG_LEVEL "$ENV{CMAKE_MESSAGE_LOG_LEVEL}")
endif()

#set(PROJECT_PRE_RELEASE pre)
set(PROJECT_PRE_RELEASE pre)
#set(PROJECT_PRE_RELEASE rc1)
unset(PROJECT_PRE_RELEASE)
#unset(PROJECT_PRE_RELEASE)
if (PROJECT_PRE_RELEASE)
add_compile_definitions(PROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE}")
set(PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE}")
Expand Down

0 comments on commit 33340e4

Please sign in to comment.