Release version 4.1

This commit is contained in:
Kai Blaschke
2024-03-02 15:36:02 +01:00
parent 03b4c071a2
commit b658cccf05
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ endif()
project(libprojectM
LANGUAGES C CXX
VERSION 4.0.0
VERSION 4.1.0
)
# The API (SO) version for the shared library. Should be incremented whenever the binary interface changes

View File

@ -22,10 +22,10 @@ copyright = '2024, libprojectM committers'
author = 'libprojectM committers'
# The short X.Y version
version = '4.0.0'
version = '4.1.0'
# The full version, including alpha/beta/rc tags
release = '4.0.0'
release = '4.1.0'
# -- General configuration ---------------------------------------------------