Skip to content

Commit

Permalink
Updating version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noizebox committed Apr 3, 2020
1 parent 26aacaa commit 968bb30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 0.10.2

Fixes:
* LV2 parameter handling fix for non-sequential parameter ids

## 0.10.1

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

Fixes:
* Lv2 string parameter value fix
* LV2 string parameter value fix

## 0.10.0

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 1
#define SUSHI__VERSION_REV 2

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

Expand Down

0 comments on commit 968bb30

Please sign in to comment.