diff --git a/README.md b/README.md index 113e022..9a2311e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Check the [Quickstart](https://jamba.dev/quickstart/) section to getting started Latest Release -------------- -7.1.1 | 2024-11-25 | VST SDK 3.7.12+ +7.1.2 | 2024-11-26 | VST SDK 3.7.12+ [Release notes (local)](RELEASE.md) diff --git a/RELEASE.md b/RELEASE.md index d10d2e0..ef3475a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,6 +3,11 @@ Release Notes {#release-notes} Check the [Requirements](https://jamba.dev/requirements/) documentation for information about which VST3 SDK Jamba supports and how to get it. +## [7.1.2 | 2024-11-26](https://github.com/pongasoft/jamba/tree/v7.1.2) + +* Fixes issues with some DAWs on Windows when using the bundle format +* Fixes the `create-plugin.py` tool on Windows + ## [7.1.1 | 2024-11-24](https://github.com/pongasoft/jamba/tree/v7.1.1) * Fixed deprecated CMake warnings with `FetchContent_Populate` diff --git a/jamba.cmake b/jamba.cmake index 5971e19..194531e 100644 --- a/jamba.cmake +++ b/jamba.cmake @@ -46,7 +46,7 @@ endif() #------------------------------------------------------------------------ set(JAMBA_MAJOR_VERSION 7) set(JAMBA_MINOR_VERSION 1) -set(JAMBA_PATCH_VERSION 1) +set(JAMBA_PATCH_VERSION 2) execute_process(COMMAND git describe --long --dirty --abbrev=10 --tags RESULT_VARIABLE result OUTPUT_VARIABLE JAMBA_GIT_VERSION