From 03aa8a7ffdf81165136ee64643c6a781f5c6a391 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Fri, 22 Mar 2024 17:48:35 +0100 Subject: [PATCH] Bump libprojectM version to 4.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d46e83698..091c4ee70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif() project(libprojectM LANGUAGES C CXX - VERSION 4.1.0 + VERSION 4.1.1 ) # The API (SO) version for the shared library. Should be incremented whenever the binary interface changes