File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5656# The short X.Y version.
5757version = 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.
Original file line number Diff line number Diff 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" )
1211set (PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR} .${PSMOVEAPI_VERSION_MINOR} .${PSMOVEAPI_VERSION_PATCH} " )
1312
1413set (PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies
You can’t perform that action at this time.
0 commit comments