File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = u'PS Move API'
49- copyright = u'2018 , Thomas Perl'
49+ copyright = u'2019 , Thomas Perl'
5050author = u'Thomas Perl'
5151
5252# The version info for the project you're documenting, acts as replacement for
5656# The short X.Y version.
5757version = u'4.0'
5858# The full version, including alpha/beta/rc tags.
59- release = u'4.0.7 '
59+ release = u'4.0.8 '
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 @@ -7,7 +7,7 @@ include(${ROOT_DIR}/cmake/common.cmake)
77
88set (PSMOVEAPI_VERSION_MAJOR "4" )
99set (PSMOVEAPI_VERSION_MINOR "0" )
10- set (PSMOVEAPI_VERSION_PATCH "7 " )
10+ set (PSMOVEAPI_VERSION_PATCH "8 " )
1111set (PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR} .${PSMOVEAPI_VERSION_MINOR} .${PSMOVEAPI_VERSION_PATCH} " )
1212
1313set (PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies
You can’t perform that action at this time.
0 commit comments