Skip to content

Commit 65f58e0

Browse files
committed
CLAP 1.2.7
1 parent 554c622 commit 65f58e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Changes in 1.2.7
2+
3+
* [webview.h](include/clap/ext/draft/webview.h): new webview draft extensions
4+
* [plugin-state-converter.h](include/clap/factory/draft/plugin-state-converter.h): add missing `CLAP_ABI`
5+
16
# Changes in 1.2.6
27

38
* [mini-curve-display.h](include/clap/ext/draft/mini-curve-display.h): third iteration, added curve stacking, curve kind and curve hints.

include/clap/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef struct clap_version {
2222

2323
#define CLAP_VERSION_MAJOR 1
2424
#define CLAP_VERSION_MINOR 2
25-
#define CLAP_VERSION_REVISION 6
25+
#define CLAP_VERSION_REVISION 7
2626

2727
#define CLAP_VERSION_INIT \
2828
{ (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }

0 commit comments

Comments
 (0)