Merge bump-1-0-0: version 1.0.0

This commit is contained in:
2026-07-29 14:23:52 -04:00
+2 -2
View File
@@ -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)