Skip to content

Commit

Permalink
Prepare release 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Jan 17, 2021
1 parent 2c4b31a commit 63b7d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENDIF(UNIX AND APPLE)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(VERSION_STRING "\"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}\"")
message(STATUS "Build version ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit 63b7d1c

Please sign in to comment.