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 78a1a8f commit e21ee79Copy full SHA for e21ee79
CMake/ScmRevGen.cmake
@@ -34,8 +34,8 @@ string(TIMESTAMP DOLPHIN_WC_BUILD_DATE "%Y-%m-%d" UTC)
34
35
# version number
36
set(DOLPHIN_VERSION_MAJOR "v3.1.2")
37
-set(DOLPHIN_VERSION_MINOR "0")
38
-set(DOLPHIN_VERSION_PATCH ${DOLPHIN_WC_REVISION})
+set(DOLPHIN_VERSION_MINOR "mainline-beta.5")
+# set(DOLPHIN_VERSION_PATCH ${DOLPHIN_WC_REVISION})
39
40
# If Dolphin is not built from a Git repository, default the version info to
41
# reasonable values.
0 commit comments