Skip to content

Commit

Permalink
update version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Jun 30, 2019
1 parent e1e75fa commit a080376
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image: Visual Studio 2017
branches:
only:
- master
- 3.2.1
- 3.2.2

# build cache to preserve files/folders between builds
cache:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
SET(MUSESCORE_NAME "MuseScore")
SET(MUSESCORE_VERSION_MAJOR "3")
SET(MUSESCORE_VERSION_MINOR "2")
SET(MUSESCORE_VERSION_PATCH "1")
SET(MUSESCORE_VERSION_PATCH "2")
SET(MUSESCORE_VERSION_LABEL "")
SET(MUSESCORE_VERSION "${MUSESCORE_VERSION_MAJOR}.${MUSESCORE_VERSION_MINOR}")
SET(MUSESCORE_NAME_VERSION "${MUSESCORE_NAME} ${MUSESCORE_VERSION_MAJOR}")
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSOR

PREFIX = "/usr/local"
#VERSION = "3.2b-${REVISION}"
VERSION = 3.2.1
VERSION = 3.2.2
BUILD_NUMBER=""

# Override SUFFIX and LABEL when multiple versions are installed to avoid conflicts.
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 = 3.2b-${REVISION}
VERSION = 3.2.1
VERSION = 3.2.2
BUILD_NUMBER=""
CPUS = %NUMBER_OF_PROCESSORS%
BUILD_FOR_WINSTORE="OFF" # Override with "ON" to enable.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

REVISION = `cat mscore/revision.h`
#VERSION = "3.2b-${REVISION}"
VERSION = 3.2.1
VERSION = 3.2.2
BUILD_NUMBER = ""
PREFIX=../applebuild

Expand Down
2 changes: 1 addition & 1 deletion build/package_mac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ then
else
LONG_NAME=MuseScore
LONGER_NAME="MuseScore 3"
VERSION=3.2.1
VERSION=3.2.2
fi


Expand Down

0 comments on commit a080376

Please sign in to comment.