Skip to content

Commit 20c0ed8

Browse files
committed
PS Move API 4.0.11
1 parent 1cb56f4 commit 20c0ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.10'
59+
release = u'4.0.11'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

src/CMakeLists.txt

+1-1
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 "10")
10+
set(PSMOVEAPI_VERSION_PATCH "11")
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)