We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c8adf commit f27a8e8Copy full SHA for f27a8e8
CMakeLists.txt
@@ -14,7 +14,7 @@ project(bml ${LANGUAGES}) # don't move this line as it changes PROJECT_SOURCE_DI
14
# The library version is versioned off the major version. If the API
15
# changes, the library version should be bumped.
16
set(PROJECT_VERSION_MAJOR "2")
17
-set(PROJECT_VERSION_MINOR "3")
+set(PROJECT_VERSION_MINOR "4")
18
set(PROJECT_VERSION_PATCH "0")
19
20
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
docs/source/conf.py
@@ -21,7 +21,7 @@
21
author = 'bml authors'
22
23
# The full version, including alpha/beta/rc tags
24
-release = 'v2.3.0'
+release = 'v2.4.0'
25
26
27
# -- General configuration ---------------------------------------------------
0 commit comments