This commit is contained in:
2026-07-28 14:26:14 -04:00
parent 18dab9f150
commit 363c091308
+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.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)