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 7829779 commit eec8380Copy full SHA for eec8380
version.cmake
@@ -28,7 +28,7 @@ set(MUSE_APP_GUI_IDENTIFIER org.musescore.${MUSE_APP_NAME_MACHINE_READABLE_COMPA
28
29
set(MUSE_APP_VERSION_MAJOR "4")
30
set(MUSE_APP_VERSION_MINOR "6")
31
-set(MUSE_APP_VERSION_PATCH "0")
+set(MUSE_APP_VERSION_PATCH "1")
32
set(MUSE_APP_VERSION_MAJ_MIN "${MUSE_APP_VERSION_MAJOR}.${MUSE_APP_VERSION_MINOR}")
33
set(MUSE_APP_VERSION "${MUSE_APP_VERSION_MAJ_MIN}.${MUSE_APP_VERSION_PATCH}")
34
0 commit comments