Skip to content

Commit ca253ea

Browse files
committed
BUMP legacy-0.11.0
1 parent af6eec4 commit ca253ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ if releaseBuild and (debugBuild or not optBuild):
297297
print("Error: A --release build may not have debugging, and must have optimization")
298298
Exit(1)
299299

300-
mongoclientVersion = "0.11.0-pre"
300+
mongoclientVersion = "0.11.0"
301301
# We don't keep the -pre in the user testable version identifiers, because
302302
# nobody should be conditioning on the pre-release status.
303303
mongoclientVersionComponents = mongoclientVersion.split('-')

etc/doxygen/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------------------------------------------------
44
DOXYFILE_ENCODING = UTF-8
55
PROJECT_NAME = "MongoDB C++ Driver"
6-
PROJECT_NUMBER = legacy-0.11.0-pre
6+
PROJECT_NUMBER = legacy-0.11.0
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)