Skip to content

Commit

Permalink
fix version in make files
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Nov 26, 2019
1 parent 53edbaf commit 57d770e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,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 = "3.3b-${REVISION}"
#VERSION = 3.3.3
#VERSION = "3.3b-${REVISION}"
VERSION = 3.3.3
BUILD_NUMBER=""

# Override SUFFIX and LABEL when multiple versions are installed to avoid conflicts.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@


REVISION = $(shell type mscore\revision.h)
VERSION = 3.3b-${REVISION}
#VERSION = 3.3.3
#VERSION = 3.3b-${REVISION}
VERSION = 3.3.3
BUILD_NUMBER=""
CPUS = %NUMBER_OF_PROCESSORS%
BUILD_FOR_WINSTORE="OFF" # Override with "ON" to enable.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#=============================================================================

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

Expand Down

0 comments on commit 57d770e

Please sign in to comment.