Skip to content

Commit

Permalink
PS Move API 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 30, 2017
1 parent 23a5705 commit 4b245b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.4'
release = u'4.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 3 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ include(${ROOT_DIR}/cmake/common.cmake)
# Do all the PSMOVEAPI-only work
# At the end we will call separate files for tracker and utils

#project(PSMOVEAPI VERSION 3.1.0) # Requires cmake >= 3.0
set(PSMOVEAPI_VERSION_MAJOR "3")
set(PSMOVEAPI_VERSION_MINOR "1")
set(PSMOVEAPI_VERSION_PATCH "0")
set(PSMOVEAPI_VERSION_MAJOR "4")
set(PSMOVEAPI_VERSION_MINOR "0")
set(PSMOVEAPI_VERSION_PATCH "5")
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 4b245b3

Please sign in to comment.