Bump ReaSampler to 1.5.0
Retires the 1.4.003 zero-padding experiment; project() and README version banner now agree at 1.5.0.
This commit is contained in:
+2
-2
@@ -21,9 +21,9 @@ cmake_minimum_required(VERSION 3.19)
|
|||||||
# invariant (reconstruct-from-components inside app_version.cpp) via a permanent synthetic
|
# 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
|
# "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.
|
# becoming a CMake derivation — that is this comment's job.
|
||||||
set(REASAMPLER_VERSION "1.4.003")
|
set(REASAMPLER_VERSION "1.5.0")
|
||||||
|
|
||||||
project(reaper_reasampler VERSION 1.4.003 LANGUAGES CXX)
|
project(reaper_reasampler VERSION 1.5.0 LANGUAGES CXX)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# ReaSampler
|
# ReaSampler
|
||||||
|
|
||||||
Version 1.4.0 · License: GNU AGPL v3 (see `LICENSE`)
|
Version 1.5.0 · License: GNU AGPL v3 (see `LICENSE`)
|
||||||
|
|
||||||
A per-project audio sample-bank capture tool for REAPER, built as two artifacts: a
|
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
|
native C++ REAPER extension (`reaper_reasampler`) and a Windows-only VST3 sampler
|
||||||
|
|||||||
Reference in New Issue
Block a user