Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 5, 2022
1 parent f4deab7 commit a573293
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.1] (2022-11-05)

### Added
- Project build identifiers in `-v` output.
Expand All @@ -18,7 +18,8 @@
- Support for Linux, macOS and Windows.
- Support for [Qt] 5.4+ and 6.2+

[Unreleased]: https://github.com/pcolby/qtpokit/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/pcolby/qtpokit/compare/v0.1.1...HEAD
[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

[Pokit Meter]: https://www.pokitinnovations.com/pokit-meter/
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.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 a573293

Please sign in to comment.