diff --git a/JuceLibraryCode/AppConfig.h b/JuceLibraryCode/AppConfig.h index 5c6dc99..a952ffe 100644 --- a/JuceLibraryCode/AppConfig.h +++ b/JuceLibraryCode/AppConfig.h @@ -236,13 +236,13 @@ #define JucePlugin_EditorRequiresKeyboardFocus 0 #endif #ifndef JucePlugin_Version - #define JucePlugin_Version 0.5.8 + #define JucePlugin_Version 1.1.1 #endif #ifndef JucePlugin_VersionCode - #define JucePlugin_VersionCode 0x00050008 + #define JucePlugin_VersionCode 0x010101 #endif #ifndef JucePlugin_VersionString - #define JucePlugin_VersionString "0.5.8" + #define JucePlugin_VersionString "1.1.1" #endif #ifndef JucePlugin_VSTUniqueID #define JucePlugin_VSTUniqueID JucePlugin_PluginCode diff --git a/Makefile b/Makefile index 35052ce..3eb4ec8 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ include make/defaults.mk CONFIG ?= release TARGET ?= JaySynth.so -APP_VERSION := 1.1.0-pre -APP_VERSION_HEX := 0x010001 +APP_VERSION := 1.1.1 +APP_VERSION_HEX := 0x010101 LIBSRC_PATH ?= $(realpath ./submodule) JUCE_PATH := $(realpath ./sdk/juce/JUCE-3.1.1) VST2_SDK_PATH ?= $(realpath ./sdk/vst/vstsdk2.4)