Skip to content

Commit

Permalink
Set stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola authored and bjoernricks committed Oct 11, 2019
1 parent 192d73a commit 43fdcee
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 @@ -84,7 +84,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")

# Set beta version if this is a beta release series,
# unset if this is a stable release series.
set (PROJECT_BETA_RELEASE 1)
set (PROJECT_BETA_RELEASE 0)

if (GIT_REVISION)
set (PROJECT_VERSION_GIT "${GIT_REVISION}")
Expand Down

0 comments on commit 43fdcee

Please sign in to comment.