File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ if releaseBuild and (debugBuild or not optBuild):
298
298
print ("Error: A --release build may not have debugging, and must have optimization" )
299
299
Exit (1 )
300
300
301
- mongoclientVersion = "0.10.0-pre "
301
+ mongoclientVersion = "0.10.0"
302
302
# We don't keep the -pre in the user testable version identifiers, because
303
303
# nobody should be conditioning on the pre-release status.
304
304
mongoclientVersionComponents = mongoclientVersion .split ('-' )
Original file line number Diff line number Diff line change 3
3
#---------------------------------------------------------------------------
4
4
DOXYFILE_ENCODING = UTF-8
5
5
PROJECT_NAME = "MongoDB C++ Driver"
6
- PROJECT_NUMBER = 0.10.0-pre
6
+ PROJECT_NUMBER = 0.10.0
7
7
OUTPUT_DIRECTORY = docs/doxygen
8
8
CREATE_SUBDIRS = NO
9
9
OUTPUT_LANGUAGE = English
You can’t perform that action at this time.
0 commit comments