From 462007752a78526a09b98d81595ca828067ea165 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Sat, 15 Sep 2018 14:51:32 +0200 Subject: [PATCH] prepare for beta release and update changelog --- README.md | 4 +++- sources/plugin_version.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fb148d4..fa41ca48 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,10 @@ sudo cmake --build . --target install ### Change Log -**1.0.0.alpha.4 (dev)** +**1.0.0.beta.1** - support of OPN2 synthesis in a distinct plugin +- fixed the plugin state which would be saved incomplete +- fixed the extension of OPN2 bank files in the file chooser **1.0.0.alpha.3** diff --git a/sources/plugin_version.h b/sources/plugin_version.h index 49ab80c8..ef0b4010 100644 --- a/sources/plugin_version.h +++ b/sources/plugin_version.h @@ -7,5 +7,5 @@ #include "AppConfig.h" #define ADLplug_Version JucePlugin_VersionString -#define ADLplug_VersionExtra "Alpha 3" -#define ADLplug_SemVer JucePlugin_VersionString "-alpha.3" +#define ADLplug_VersionExtra "Beta 1" +#define ADLplug_SemVer JucePlugin_VersionString "-beta.1"