From 2f244141320f6b97b09bf99964cc72a4efdfcfd3 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Wed, 15 Jul 2026 12:33:49 +0200 Subject: [PATCH] Update libprojectM version to 4.2.0 This early version bump will make it possible for developers using both the 4.1.x branch and current master to distinguish the API version with #ifdefs. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e61f5266..e0d03fd9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ endif() project(libprojectM LANGUAGES C CXX - VERSION 4.1.0 + VERSION 4.2.0 ) # The API (SO) version for the shared library. Should be incremented whenever the binary interface changes