Skip to content

Commit

Permalink
Version bump to v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jan 28, 2022
1 parent 0ccade4 commit 80d66a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project(bml ${LANGUAGES}) # don't move this line as it changes PROJECT_SOURCE_DI
# The library version is versioned off the major version. If the API
# changes, the library version should be bumped.
set(PROJECT_VERSION_MAJOR "2")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_MINOR "2")
set(PROJECT_VERSION_PATCH "0")

set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'bml authors'

# The full version, including alpha/beta/rc tags
release = 'v2.1.2'
release = 'v2.2.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 80d66a2

Please sign in to comment.