From 3158ee615eaafd93a8912b5f6dd84a9c47b2e00a Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Mon, 10 Nov 2025 10:57:17 +0100 Subject: [PATCH] Bump libprojectM version to 4.1.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52c2ed173..402d0a619 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ endif() project(libprojectM LANGUAGES C CXX - VERSION 4.1.5 + VERSION 4.1.6 ) # The API (SO) version for the shared library. Should be incremented whenever the binary interface changes