We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f619c commit fd4b825Copy full SHA for fd4b825
production/CMakeLists.txt
@@ -15,7 +15,7 @@ project(production VERSION 0.3.0)
15
# Sets the pre-release version which will be appended to the
16
# product version: 0.1.0-alpha.
17
# When the product is GA this should be empty.
18
-set(PRE_RELEASE_IDENTIFIER "alpha")
+set(PRE_RELEASE_IDENTIFIER "beta")
19
20
option(EXECUTE_FDW_TESTS "Execute FDW tests" OFF)
21
0 commit comments