Skip to content

Commit b658ccc

Browse files
committed
Release version 4.1
1 parent 03b4c07 commit b658ccc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif()
2525

2626
project(libprojectM
2727
LANGUAGES C CXX
28-
VERSION 4.0.0
28+
VERSION 4.1.0
2929
)
3030

3131
# The API (SO) version for the shared library. Should be incremented whenever the binary interface changes

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
author = 'libprojectM committers'
2323

2424
# The short X.Y version
25-
version = '4.0.0'
25+
version = '4.1.0'
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = '4.0.0'
28+
release = '4.1.0'
2929

3030

3131
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)