diff --git a/Makefile b/Makefile index 40e291b..35052ce 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include make/defaults.mk CONFIG ?= release TARGET ?= JaySynth.so -APP_VERSION := 1.1.0 +APP_VERSION := 1.1.0-pre APP_VERSION_HEX := 0x010001 LIBSRC_PATH ?= $(realpath ./submodule) JUCE_PATH := $(realpath ./sdk/juce/JUCE-3.1.1)