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