Skip to content

Commit 4b245b3

Browse files
committed
PS Move API 4.0.5
1 parent 23a5705 commit 4b245b3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = u'4.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'4.0.4'
59+
release = u'4.0.5'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

src/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ include(${ROOT_DIR}/cmake/common.cmake)
55
# Do all the PSMOVEAPI-only work
66
# At the end we will call separate files for tracker and utils
77

8-
#project(PSMOVEAPI VERSION 3.1.0) # Requires cmake >= 3.0
9-
set(PSMOVEAPI_VERSION_MAJOR "3")
10-
set(PSMOVEAPI_VERSION_MINOR "1")
11-
set(PSMOVEAPI_VERSION_PATCH "0")
8+
set(PSMOVEAPI_VERSION_MAJOR "4")
9+
set(PSMOVEAPI_VERSION_MINOR "0")
10+
set(PSMOVEAPI_VERSION_PATCH "5")
1211
set(PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR}.${PSMOVEAPI_VERSION_MINOR}.${PSMOVEAPI_VERSION_PATCH}")
1312

1413
set(PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies

0 commit comments

Comments
 (0)