Skip to content

Commit

Permalink
PS Move API 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Oct 23, 2018
1 parent eca8542 commit 99f1f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99f1f9f

Please sign in to comment.