File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 = "1.0.0-rc0-pre "
300+ mongoclientVersion = "1.0.0-rc0"
301301# We don't keep the -pre in the user testable version identifiers, because
302302# nobody should be conditioning on the pre-release status.
303303mongoclientVersionComponents = re .split (r'\.|-rc' , mongoclientVersion .partition ('-pre' )[0 ])
Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = "MongoDB C++ Driver"
6- PROJECT_NUMBER = legacy-1.0.0-rc0-pre
6+ PROJECT_NUMBER = legacy-1.0.0-rc0
77OUTPUT_DIRECTORY = docs/doxygen
88CREATE_SUBDIRS = NO
99OUTPUT_LANGUAGE = English
You can’t perform that action at this time.
0 commit comments