Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereverzev committed Jan 26, 2021
1 parent a45663a commit 0ef97b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ if (MSVC)
set(CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY true)

# Set the startup project to "mscore".
if (NOT ${CMAKE_VERSION} VERSION_LESS "3.6.0")
if (NOT ${CMAKE_VERSION} VERSION_LESS "3.6.1")

This comment has been minimized.

Copy link
@Jojo-Schmitz

Jojo-Schmitz Jan 29, 2021

Contributor

CMake version? Has got nothing to do with MuseScore version, or does it?
I believe this change should get reverted, CMake 3.5.0 is still sufficient as far as I can tell.
It doesn't matter too much though, as this is a dead end branch

set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT mscore)
endif ()

Expand Down
2 changes: 1 addition & 1 deletion share/templates/My_First_Score.mscx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<museScore version="3.02">
<programVersion>3.6.0</programVersion>
<programVersion>3.6.1</programVersion>
<programRevision></programRevision>
<Score>
<LayerTag id="0" tag="default"></LayerTag>
Expand Down

0 comments on commit 0ef97b5

Please sign in to comment.