From a6b4771ad5ae8019c57a0909454e793348b2a197 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Wed, 25 Jan 2023 19:45:37 +0100 Subject: [PATCH] Bump libprojectM version to 4.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5060104ce7..c36c1c130d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ endif() project(libprojectM LANGUAGES C CXX - VERSION 3.99.0 + VERSION 4.0.0 ) # The API (SO) version for the shared library. Should be incremented whenever the binary interface changes