diff --git a/CMakeLists.txt b/CMakeLists.txt index 62ec0c373..5fe814f28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")