File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Down
7
7
C++ legacy driver has been released. Please report any bugs or issues in the C++
8
8
[ JIRA project] ( http://jira.mongodb.org/browse/CXX ) .
9
9
10
- Version [ 1.0.2 -rc0] ( https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.2 -rc0 ) of the
10
+ Version [ 1.0.3 -rc0] ( https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.3 -rc0 ) of the
11
11
C++ legacy driver has been released for ** testing** . Please report any bugs or issues in the C++
12
12
[ JIRA project] ( http://jira.mongodb.org/browse/CXX ) .
13
13
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ if releaseBuild and (debugBuild or not optBuild):
428
428
print ("Error: A --release build may not have debugging, and must have optimization" )
429
429
Exit (1 )
430
430
431
- mongoclientVersion = "1.0.3-rc0-pre "
431
+ mongoclientVersion = "1.0.3-rc0"
432
432
# We don't keep the -pre in the user testable version identifiers, because
433
433
# nobody should be conditioning on the pre-release status.
434
434
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.3-rc0-pre
6
+ PROJECT_NUMBER = legacy-1.0.3-rc0
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