Skip to content

Commit

Permalink
PS Move API 4.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 19, 2020
1 parent 7c9472e commit d972109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = u'4.0'
# The full version, including alpha/beta/rc tags.
release = u'4.0.11'
release = u'4.0.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(${ROOT_DIR}/cmake/common.cmake)

set(PSMOVEAPI_VERSION_MAJOR "4")
set(PSMOVEAPI_VERSION_MINOR "0")
set(PSMOVEAPI_VERSION_PATCH "11")
set(PSMOVEAPI_VERSION_PATCH "12")
set(PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR}.${PSMOVEAPI_VERSION_MINOR}.${PSMOVEAPI_VERSION_PATCH}")

set(PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies
Expand Down

0 comments on commit d972109

Please sign in to comment.