Skip to content

Commit

Permalink
prepare 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Apr 27, 2017
1 parent e660bde commit 9c73a21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ include (CreatePrecompiledHeader)

set (CMAKE_AUTOMOC TRUE)

set(MSCORE_UNSTABLE TRUE) # mark as unstable
set(MSCORE_UNSTABLE FALSE) # mark as unstable

set(USE_SSE TRUE)
set(SCRIPT_INTERFACE TRUE)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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 = "2.1b-${REVISION}"
#VERSION = 2.1
#VERSION = "2.1b-${REVISION}"
VERSION = 2.1

# Override SUFFIX and LABEL when multiple versions are installed to avoid conflicts.
SUFFIX=""# E.g.: SUFFIX="dev" --> "mscore" becomes "mscoredev"
Expand Down
6 changes: 3 additions & 3 deletions Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@


REVISION = $(shell type mscore\revision.h)
VERSION = 2.1b-${REVISION}
#VERSION = 2.1
#VERSION = 2.0.3b-${REVISION}
VERSION = 2.0.3
CPUS = %NUMBER_OF_PROCESSORS%
BUILD_FOR_WINSTORE="OFF" # Override with "ON" to enable.

Expand Down Expand Up @@ -50,7 +50,7 @@ package:
cd build.release & $(MAKE) package

revision:
git rev-parse --short=7 HEAD > mscore/revision.h
git rev-parse --short HEAD > mscore/revision.h

version:
@echo ${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#=============================================================================

REVISION = `cat mscore/revision.h`
VERSION = "2.1b-${REVISION}"
#VERSION = 2.1
#VERSION = "2.1b-${REVISION}"
VERSION = 2.1
PREFIX=../applebuild

XCODEPROJ = mscore.xcodeproj
Expand Down

0 comments on commit 9c73a21

Please sign in to comment.