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 Nov 25, 2023
1 parent 04b5cf1 commit 267e086
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.0][] (2023-11-25)

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

project(Dokit VERSION 0.5.0 LANGUAGES CXX)
project(Dokit VERSION 0.5.1 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 267e086

Please sign in to comment.