From 968bb30ccf3475e6e68a681444a71b6c8d3dd35b Mon Sep 17 00:00:00 2001 From: Gustav Andersson Date: Fri, 3 Apr 2020 12:42:23 +0200 Subject: [PATCH] Updating version to 0.10.2 --- HISTORY.md | 7 ++++++- include/version.h.in | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 958c2c45..dbc8874b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 0.10.2 + +Fixes: + * LV2 parameter handling fix for non-sequential parameter ids + ## 0.10.1 New Features: @@ -5,7 +10,7 @@ New Features: * Parameter values are now always normalised Fixes: - * Lv2 string parameter value fix + * LV2 string parameter value fix ## 0.10.0 diff --git a/include/version.h.in b/include/version.h.in index 5a9940aa..99b93260 100644 --- a/include/version.h.in +++ b/include/version.h.in @@ -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