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 28, 2023
1 parent 919a8ca commit 6c76173
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][]

*Nothing yet...*

## [0.5.1][] (2023-12-28)

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

project(Dokit VERSION 0.5.1 LANGUAGES CXX)
project(Dokit VERSION 0.5.2 LANGUAGES CXX)

#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_definitions(-DPROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE}")
set(PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE}")
Expand Down

0 comments on commit 6c76173

Please sign in to comment.