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 @@ -343,7 +343,7 @@ if releaseBuild and (debugBuild or not optBuild):
343
343
print ("Error: A --release build may not have debugging, and must have optimization" )
344
344
Exit (1 )
345
345
346
- mongoclientVersion = "1.0.0-rc1-pre "
346
+ mongoclientVersion = "1.0.0-rc1"
347
347
# We don't keep the -pre in the user testable version identifiers, because
348
348
# nobody should be conditioning on the pre-release status.
349
349
mongoclientVersionComponents = re .split (r'\.|-rc' , mongoclientVersion .partition ('-pre' )[0 ])
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 = legacy-1.0.0-rc1-pre
6
+ PROJECT_NUMBER = legacy-1.0.0-rc1
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