Bump ReaSampler to 1.6.0

Phase Gamma landed the instrument's master bus, a real time-stretcher, a reflowed deck, and 44 host-automatable VST3 parameters — a user-visible capability increment, which versioning-and-release.md assigns to MINOR.
This commit is contained in:
2026-08-02 23:12:58 -04:00
parent 27712b7573
commit 8c1fccf450
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ cmake_minimum_required(VERSION 3.19)
# invariant (reconstruct-from-components inside app_version.cpp) via a permanent synthetic
# "0.9.01" fixture there that must NEVER be bumped on release. It cannot see this line
# becoming a CMake derivation — that is this comment's job.
set(REASAMPLER_VERSION "1.5.0")
set(REASAMPLER_VERSION "1.6.0")
project(reaper_reasampler VERSION 1.5.0 LANGUAGES CXX)
project(reaper_reasampler VERSION 1.6.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)