File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Down
77 C++ legacy driver has been released. Please report any bugs or issues in the C++
88 [ JIRA project] ( http://jira.mongodb.org/browse/CXX ) .
99
10+ Version [ 1.0.2-rc0] ( https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.2-rc0 ) of the
11+ C++ legacy driver has been released for ** testing** . Please report any bugs or issues in the C++
12+ [ JIRA project] ( http://jira.mongodb.org/browse/CXX ) .
13+
1014Use the legacy branch if:
1115
1216 - You are using MongoDB's C++ driver for the first time.
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ if releaseBuild and (debugBuild or not optBuild):
414414 print ("Error: A --release build may not have debugging, and must have optimization" )
415415 Exit (1 )
416416
417- mongoclientVersion = "1.0.2-rc0-pre "
417+ mongoclientVersion = "1.0.2-rc0"
418418# We don't keep the -pre in the user testable version identifiers, because
419419# nobody should be conditioning on the pre-release status.
420420mongoclientVersionComponents = 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.2-rc0-pre
6+ PROJECT_NUMBER = legacy-1.0.2-rc0
77OUTPUT_DIRECTORY = docs/doxygen
88CREATE_SUBDIRS = NO
99OUTPUT_LANGUAGE = English
You can’t perform that action at this time.
0 commit comments