Skip to content

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Mar 30, 2023
1 parent f19979b commit 1913431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog[^1]

## [Unreleased][]
## [0.1.2][] (2023-03-30)

### Added

Expand Down Expand Up @@ -36,7 +36,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/qtpokit/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/pcolby/qtpokit/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/pcolby/qtpokit/releases/tag/v0.1.2
[0.1.1]: https://github.com/pcolby/qtpokit/releases/tag/v0.1.1
[0.1.0]: https://github.com/pcolby/qtpokit/releases/tag/v0.1.0

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)

project(QtPokit VERSION 0.1.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 1913431

Please sign in to comment.