From 8c1fccf4504784ec6caec5e275ed2cff6e31af80 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Sun, 2 Aug 2026 23:12:58 -0400 Subject: [PATCH] Bump ReaSampler to 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CMakeLists.txt | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fc67ae..3c5a95b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index a32bc0a..ff8f1d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ReaSampler -Version 1.5.0 · License: GNU AGPL v3 (see `LICENSE`) +Version 1.6.0 · License: GNU AGPL v3 (see `LICENSE`) A per-project audio sample-bank capture tool for REAPER, built as two artifacts: a native C++ REAPER extension (`reaper_reasampler`) and a Windows-only VST3 sampler