Skip to content

Commit

Permalink
Updating version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noizebox committed Apr 1, 2020
1 parent 9483dae commit e1749dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.10.1

New Features:
* LV2 worker thread extension support
* Parameter values are now always normalised

Fixes:
* Lv2 string parameter value fix

## 0.10.0

New Features:
Expand Down
2 changes: 1 addition & 1 deletion include/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define SUSHI__VERSION_MAJ 0
#define SUSHI__VERSION_MIN 10
#define SUSHI__VERSION_REV 0
#define SUSHI__VERSION_REV 1

#define SUSHI_VERSION_STRING #SUSHI__VERSION_MAJ "." #SUSHI__VERSION_MIN "." #SUSHI__VERSION_REV

Expand Down

0 comments on commit e1749dc

Please sign in to comment.