Skip to content

Commit

Permalink
PS Move API 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Aug 30, 2018
1 parent a9fb054 commit 30f1705
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.5'
release = u'4.0.6'

# 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 "5")
set(PSMOVEAPI_VERSION_PATCH "6")
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 30f1705

Please sign in to comment.