Skip to content

Commit

Permalink
prepare for beta release and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Sep 15, 2018
1 parent 65d98d1 commit 4620077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
4 changes: 2 additions & 2 deletions sources/plugin_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4620077

Please sign in to comment.