We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb56f4 commit 20c0ed8Copy full SHA for 20c0ed8
docs/conf.py
@@ -56,7 +56,7 @@
56
# The short X.Y version.
57
version = u'4.0'
58
# The full version, including alpha/beta/rc tags.
59
-release = u'4.0.10'
+release = u'4.0.11'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
src/CMakeLists.txt
@@ -7,7 +7,7 @@ include(${ROOT_DIR}/cmake/common.cmake)
7
8
set(PSMOVEAPI_VERSION_MAJOR "4")
9
set(PSMOVEAPI_VERSION_MINOR "0")
10
-set(PSMOVEAPI_VERSION_PATCH "10")
+set(PSMOVEAPI_VERSION_PATCH "11")
11
set(PSMOVEAPI_VERSION "${PSMOVEAPI_VERSION_MAJOR}.${PSMOVEAPI_VERSION_MINOR}.${PSMOVEAPI_VERSION_PATCH}")
12
13
set(PSMOVEAPI_REQUIRED_LIBS) # Container for library dependencies
0 commit comments