Skip to content

Commit f27a8e8

Browse files
committed
Version bump to v2.4.0
Signed-off-by: Nicolas Bock <[email protected]>
1 parent b9c8adf commit f27a8e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project(bml ${LANGUAGES}) # don't move this line as it changes PROJECT_SOURCE_DI
1414
# The library version is versioned off the major version. If the API
1515
# changes, the library version should be bumped.
1616
set(PROJECT_VERSION_MAJOR "2")
17-
set(PROJECT_VERSION_MINOR "3")
17+
set(PROJECT_VERSION_MINOR "4")
1818
set(PROJECT_VERSION_PATCH "0")
1919

2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'bml authors'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = 'v2.3.0'
24+
release = 'v2.4.0'
2525

2626

2727
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)