Skip to content

Commit

Permalink
Merge branch 'master' of github.com:musescore/MuseScore
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Mar 27, 2015
2 parents 31f879e + e26f32d commit a249aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
# The Mscore version number.
SET (MUSESCORE_NAME "MuseScore")
SET(MUSESCORE_VERSION_MAJOR "2")
SET(MUSESCORE_VERSION_MINOR "0")
SET(MUSESCORE_VERSION_MINOR "1")
SET(MUSESCORE_VERSION_PATCH "0")
SET(MUSESCORE_VERSION "${MUSESCORE_VERSION_MAJOR}.${MUSESCORE_VERSION_MINOR}")
SET(MUSESCORE_NAME_VERSION "${MUSESCORE_NAME} ${MUSESCORE_VERSION_MAJOR}")
Expand All @@ -155,7 +155,7 @@ endif (MINGW OR APPLE)
##
## look for Qt5
##
SET(QT_MIN_VERSION "5.2.0")
SET(QT_MIN_VERSION "5.3.0")

SET(QT_USE_QTXML TRUE)
SET(QT_USE_QTSVG TRUE)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REVISION = $(shell type mscore\revision.h)
#VERSION = 2.0b-${REVISION}
VERSION = 2.1b-${REVISION}
#VERSION = 2.1.0
CPUS = 1

Expand Down

0 comments on commit a249aea

Please sign in to comment.