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.
This commit is contained in:
Kai Blaschke
2026-07-15 12:33:49 +02:00
parent 149bfc4396
commit 2f24414132

View File

@ -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