switch master to version 3.3
Increase clone depth to 50 to align with Travis jobs. It is time now because the issue with free space on AppVeyor was solved.
This commit is contained in:
parent
1a0076bd07
commit
d2d40fbe81
7 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
clone_folder: C:\MuseScore
|
||||
|
||||
# set clone depth
|
||||
clone_depth: 3 # clone entire repository history if not defined
|
||||
clone_depth: 50 # clone entire repository history if not defined
|
||||
|
||||
image: Visual Studio 2017
|
||||
|
||||
|
|
|
@ -277,7 +277,7 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
|
|||
# The MuseScore version number.
|
||||
SET(MUSESCORE_NAME "MuseScore")
|
||||
SET(MUSESCORE_VERSION_MAJOR "3")
|
||||
SET(MUSESCORE_VERSION_MINOR "2")
|
||||
SET(MUSESCORE_VERSION_MINOR "3")
|
||||
SET(MUSESCORE_VERSION_PATCH "0")
|
||||
SET(MUSESCORE_VERSION_LABEL "")
|
||||
SET(MUSESCORE_VERSION "${MUSESCORE_VERSION_MAJOR}.${MUSESCORE_VERSION_MINOR}")
|
||||
|
|
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ REVISION := `cat mscore/revision.h`
|
|||
CPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/null || echo 1)
|
||||
|
||||
PREFIX = "/usr/local"
|
||||
VERSION = "3.2b-${REVISION}"
|
||||
VERSION = "3.3b-${REVISION}"
|
||||
#VERSION = 3.1.0
|
||||
BUILD_NUMBER=""
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
REVISION = $(shell type mscore\revision.h)
|
||||
VERSION = 3.2b-${REVISION}
|
||||
VERSION = 3.3b-${REVISION}
|
||||
#VERSION = 3.1.0
|
||||
BUILD_NUMBER=""
|
||||
CPUS = %NUMBER_OF_PROCESSORS%
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#=============================================================================
|
||||
|
||||
REVISION = `cat mscore/revision.h`
|
||||
VERSION = "3.2b-${REVISION}"
|
||||
VERSION = "3.3b-${REVISION}"
|
||||
#VERSION = 3.1.0
|
||||
BUILD_NUMBER = ""
|
||||
PREFIX=../applebuild
|
||||
|
|
|
@ -11,7 +11,7 @@ then
|
|||
else
|
||||
LONG_NAME=MuseScore
|
||||
LONGER_NAME="MuseScore 3"
|
||||
VERSION=3.2.0
|
||||
VERSION=3.3.0
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ public:
|
|||
void selectLanguagesTab();
|
||||
void selectExtensionsTab();
|
||||
|
||||
static inline QString baseAddr() { return "http://extensions.musescore.org/3.2/"; }
|
||||
static inline QString baseAddr() { return "http://extensions.musescore.org/3.3/"; }
|
||||
|
||||
private:
|
||||
QMap <QPushButton *, QString> languageButtonMap; // QPushButton -> filename
|
||||
|
|
Loading…
Reference in a new issue