Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 105ac97

Browse files
committed
Updated Release notes
1 parent 9eb3e16 commit 105ac97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Check the [Quickstart](https://jamba.dev/quickstart/) section to getting started
4747
Latest Release
4848
--------------
4949

50-
7.2.0 | 2025-02-28 | VST SDK 3.7.13+
50+
7.2.0 | 2025-03-01 | VST SDK 3.7.13+
5151

5252
[Release notes (local)](RELEASE.md)
5353

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release Notes {#release-notes}
33

44
Check the [Requirements](https://jamba.dev/requirements/) documentation for information about which VST3 SDK Jamba supports and how to get it.
55

6-
## [7.2.0 | 2025-02-28](https://github.com/pongasoft/jamba/tree/v7.2.0)
6+
## [7.2.0 | 2025-03-01](https://github.com/pongasoft/jamba/tree/v7.2.0)
77

88
* Upgraded Jamba to use VST3 SDK 3.7.13 ([release notes](https://steinbergmedia.github.io/vst3_dev_portal/pages/Versions/Version+3.7.13.html))
99

cmake/JambaOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(JAMBA_VST3SDK_GIT_REPO "https://github.com/steinbergmedia/vst3sdk" CACHE STR
5858
# Note that it is using a commit hash and not a tag since per CMake recommendations, it is faster to use
5959
# a hash (local check only) vs tag (requires remote check)
6060
#------------------------------------------------------------------------
61-
set(JAMBA_VST3SDK_GIT_TAG cc2adc90382dded9e347caf74e4532f1458715db CACHE STRING "Vst3sdk git tag")
61+
set(JAMBA_VST3SDK_GIT_TAG 8b59557d881bb0158ba08ff256b26f025f078314 CACHE STRING "Vst3sdk git tag")
6262

6363
#------------------------------------------------------------------------
6464
# This (advanced) variable allow for patching the sdk

0 commit comments

Comments
 (0)