From 99f1f9f1c1eaa557c5d346309a5b1d75f58dda42 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 23 Oct 2018 21:03:03 +0200 Subject: [PATCH] PS Move API 4.0.7 --- docs/conf.py | 4 ++-- src/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d9c240c6..6fa80550 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # General information about the project. project = u'PS Move API' -copyright = u'2017, Thomas Perl' +copyright = u'2018, Thomas Perl' author = u'Thomas Perl' # The version info for the project you're documenting, acts as replacement for @@ -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.6' +release = u'4.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1c24f592..397ef5cb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,7 @@ include(${ROOT_DIR}/cmake/common.cmake) set(PSMOVEAPI_VERSION_MAJOR "4") set(PSMOVEAPI_VERSION_MINOR "0") -set(PSMOVEAPI_VERSION_PATCH "6") +set(PSMOVEAPI_VERSION_PATCH "7") set(PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR}.${PSMOVEAPI_VERSION_MINOR}.${PSMOVEAPI_VERSION_PATCH}") set(PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies