diff --git a/production/CMakeLists.txt b/production/CMakeLists.txt index 25a9863a425c..fd58c8b1a702 100644 --- a/production/CMakeLists.txt +++ b/production/CMakeLists.txt @@ -15,7 +15,7 @@ project(production VERSION 0.3.0) # Sets the pre-release version which will be appended to the # product version: 0.1.0-alpha. # When the product is GA this should be empty. -set(PRE_RELEASE_IDENTIFIER "alpha") +set(PRE_RELEASE_IDENTIFIER "beta") option(EXECUTE_FDW_TESTS "Execute FDW tests" OFF)