Release 1.4.0 hygiene: license, version bump, drop scratch DSP
Add AGPL v3 LICENSE, bump version to 1.4.0, remove unreferenced non-compiling temp_cortex/ limiter scratch files, and extend .gitignore for .idea/, AGENTS.md, and cmake-build-* dirs.
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
|
||||
# "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.
|
||||
set(REASAMPLER_VERSION "1.0.0")
|
||||
set(REASAMPLER_VERSION "1.4.0")
|
||||
|
||||
project(reaper_reasampler VERSION 1.0.0 LANGUAGES CXX)
|
||||
project(reaper_reasampler VERSION 1.4.0 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
Reference in New Issue
Block a user