Skip to content

Commit

Permalink
Prepare for point release
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishnarraj committed Feb 7, 2022
1 parent 696349a commit 4e8effe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(VERSION_MAJOR 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 1)
set(VERSION_SUFFIX "-beta")
set(VERSION_SUFFIX "")
set(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}")

add_definitions("-DVERSION_STR=\"${VERSION_STR}\"")

0 comments on commit 4e8effe

Please sign in to comment.