Skip to content

Commit 5be0f7c

Browse files
committed
PS Move API 4.0.8
1 parent 2e06f8f commit 5be0f7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'PS Move API'
49-
copyright = u'2018, Thomas Perl'
49+
copyright = u'2019, Thomas Perl'
5050
author = u'Thomas Perl'
5151

5252
# The version info for the project you're documenting, acts as replacement for
@@ -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.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.

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(${ROOT_DIR}/cmake/common.cmake)
77

88
set(PSMOVEAPI_VERSION_MAJOR "4")
99
set(PSMOVEAPI_VERSION_MINOR "0")
10-
set(PSMOVEAPI_VERSION_PATCH "7")
10+
set(PSMOVEAPI_VERSION_PATCH "8")
1111
set(PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR}.${PSMOVEAPI_VERSION_MINOR}.${PSMOVEAPI_VERSION_PATCH}")
1212

1313
set(PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies

0 commit comments

Comments
 (0)