From c30109fb75312445d7e441964c5345df693bf0d5 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Fri, 20 Dec 2024 23:24:45 +0100 Subject: [PATCH] Bump libprojectM version to 4.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2ac23e7a..0b3d868a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ endif() project(libprojectM LANGUAGES C CXX - VERSION 4.1.2 + VERSION 4.1.3 ) # The API (SO) version for the shared library. Should be incremented whenever the binary interface changes