From 363c091308e29609834ef0c3d06789a6f842d527 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Tue, 28 Jul 2026 14:26:14 -0400 Subject: [PATCH] 0.9.9 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index caf226b..12c69f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,9 +29,9 @@ cmake_minimum_required(VERSION 3.19) # There is a SECOND set(REASAMPLER_VERSION ...) inside the padding-canary function # further down. That one is a permanent test fixture ("0.9.01") and must NEVER be # bumped on release. -set(REASAMPLER_VERSION "0.9.8") +set(REASAMPLER_VERSION "0.9.9") -project(reaper_reasampler VERSION 0.9.8 LANGUAGES CXX) +project(reaper_reasampler VERSION 0.9.9 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)