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 May 6, 2024
1 parent a530d1a commit 336cb38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog[^1]

## [0.5.2][2024-05-06]
## [Unreleased][]

_Coming soon..._

## [0.5.2][] (2024-05-06)

### Changed

Expand Down Expand Up @@ -120,7 +124,8 @@ Thanks to [@lnxsr](https://github.com/lnxsr) for contributing to this release.
- Support for Linux, macOS and Windows.
- Support for [Qt][] 5.4+ and 6.2+

[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/pcolby/dokit/releases/tag/v0.5.2
[0.5.1]: https://github.com/pcolby/dokit/releases/tag/v0.5.1
[0.5.0]: https://github.com/pcolby/dokit/releases/tag/v0.5.0
[0.4.0]: https://github.com/pcolby/dokit/releases/tag/v0.4.0
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.2 LANGUAGES CXX)
project(Dokit VERSION 0.5.3 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_compile_definitions(PROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE}")
set(PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE}")
Expand Down

0 comments on commit 336cb38

Please sign in to comment.