Skip to content

Commit e21ee79

Browse files
committed
See if revisioning this way fixes all platforms
1 parent 78a1a8f commit e21ee79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/ScmRevGen.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ string(TIMESTAMP DOLPHIN_WC_BUILD_DATE "%Y-%m-%d" UTC)
3434

3535
# version number
3636
set(DOLPHIN_VERSION_MAJOR "v3.1.2")
37-
set(DOLPHIN_VERSION_MINOR "0")
38-
set(DOLPHIN_VERSION_PATCH ${DOLPHIN_WC_REVISION})
37+
set(DOLPHIN_VERSION_MINOR "mainline-beta.5")
38+
# set(DOLPHIN_VERSION_PATCH ${DOLPHIN_WC_REVISION})
3939

4040
# If Dolphin is not built from a Git repository, default the version info to
4141
# reasonable values.

0 commit comments

Comments
 (0)