Skip to content

Commit

Permalink
Change MuseScore name to MuseScore 3.1 Beta
Browse files Browse the repository at this point in the history
It changes:
* default directory when installing Beta on Windows
* main window title
  • Loading branch information
anatoly-os committed May 5, 2019
1 parent 9e4b560 commit 4a99e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ SET(MUSESCORE_NAME "MuseScore")
SET(MUSESCORE_VERSION_MAJOR "3")
SET(MUSESCORE_VERSION_MINOR "1")
SET(MUSESCORE_VERSION_PATCH "0")
SET(MUSESCORE_VERSION_LABEL "")
SET(MUSESCORE_VERSION_LABEL "Beta")
SET(MUSESCORE_VERSION "${MUSESCORE_VERSION_MAJOR}.${MUSESCORE_VERSION_MINOR}")
SET(MUSESCORE_NAME_VERSION "${MUSESCORE_NAME} ${MUSESCORE_VERSION_MAJOR}")
SET(MUSESCORE_NAME_VERSION "${MUSESCORE_NAME} ${MUSESCORE_VERSION_MAJOR}.${MUSESCORE_VERSION_MINOR} MUSESCORE_VERSION_LABEL")
#
# Version schema x.x.x is hardcoded in source
#
Expand Down

0 comments on commit 4a99e78

Please sign in to comment.