Skip to content

Commit

Permalink
VST SDK 3.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrabit committed Jan 18, 2024
1 parent 6ee6de2 commit e9895dc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cmake_minimum_required (VERSION 3.19)
cmake_minimum_required (VERSION 3.19.0)

# Specify the minimum version of the target platform
if(NOT DEFINED ENV{MACOSX_DEPLOYMENT_TARGET})
Expand All @@ -23,7 +23,7 @@ include(SMTG_VST3_SDK)
# SDK Project
#-------------------------------------------------------------------------------
project(vstsdk
VERSION 3.7.9
VERSION 3.7.10
DESCRIPTION "Steinberg VST 3 Software Development Kit"
HOMEPAGE_URL "https://www.steinberg.net"
)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//-----------------------------------------------------------------------------
// LICENSE
// (c) 2023, Steinberg Media Technologies GmbH, All Rights Reserved
// (c) 2024, Steinberg Media Technologies GmbH, All Rights Reserved
//-----------------------------------------------------------------------------
This license applies only to files referencing this license,
for other files of the Software Development Kit the respective embedded license text
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ msbuild.exe vstsdk.sln
// (or alternatively for example for release)
cmake --build . --config Release
```
Note: If you have any issue with symbolic links, check [Preparation on Windows](https://steinbergmedia.github.io/vst3_dev_portal/pages/Getting+Started/Preparation+on+Windows.html) for potential solutions.

### Build the examples on macOS

Expand Down
Binary file modified VST3_License_Agreement.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+1 −1 LICENSE.txt
2 changes: 1 addition & 1 deletion doc
Submodule doc updated 3715 files
2 changes: 1 addition & 1 deletion public.sdk
Submodule public.sdk updated 455 files

0 comments on commit e9895dc

Please sign in to comment.