From 9bc89af81f3a762cb79e40b4e79a59dc4aeb8349 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Fri, 12 Jul 2024 13:31:12 +0200 Subject: [PATCH] Bump libprojectM version to 4.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 091c4ee70..877d635c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif() project(libprojectM LANGUAGES C CXX - VERSION 4.1.1 + VERSION 4.1.2 ) # The API (SO) version for the shared library. Should be incremented whenever the binary interface changes