From a8e6593eed1c8c9680586233f280ce6784747c1e Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 9 May 2026 08:34:24 +0200 Subject: [PATCH] used -pre suffix for version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)