We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b4c07 commit b658cccCopy full SHA for b658ccc
CMakeLists.txt
@@ -25,7 +25,7 @@ endif()
25
26
project(libprojectM
27
LANGUAGES C CXX
28
- VERSION 4.0.0
+ VERSION 4.1.0
29
)
30
31
# The API (SO) version for the shared library. Should be incremented whenever the binary interface changes
docs/conf.py
@@ -22,10 +22,10 @@
22
author = 'libprojectM committers'
23
24
# 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 ---------------------------------------------------
0 commit comments