From 1a62e10467c1402f3dff092a08f92bcd3f861371 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Wed, 29 Jul 2026 14:23:44 -0400 Subject: [PATCH] 1.0.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a21685..c057d46 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.9") +set(REASAMPLER_VERSION "1.0.0") -project(reaper_reasampler VERSION 0.9.9 LANGUAGES CXX) +project(reaper_reasampler VERSION 1.0.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)