Skip to content

Commit d972109

Browse files
committed
PS Move API 4.0.12
1 parent 7c9472e commit d972109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.11'
59+
release = u'4.0.12'
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 "11")
10+
set(PSMOVEAPI_VERSION_PATCH "12")
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)