diff --git a/Makefile b/Makefile index 73ba4f3..5d55ab7 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -include $(MAKE_HOME)/defaults.mk +include make/defaults.mk CONFIG ?= release TARGET ?= JaySynth.so -APP_VERSION := 1.0.1 +APP_VERSION := 1.0.1a APP_VERSION_HEX := 0x010001 LIBSRC_PATH ?= $(realpath ./submodule) JUCE_PATH := $(realpath ./sdk/juce/JUCE-3.1.1)