Skip to content

Commit c0fbbfc

Browse files
committed
BUMP legacy-1.0.3
1 parent 5050772 commit c0fbbfc

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ Welcome to the MongoDB C++ Driver!
33

44
Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile) for information about building, testing, and using the driver.
55

6-
Version [1.0.2](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.2) of the
6+
Version [1.0.3](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.3) of the
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.3-rc0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.3-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-
1410
Use the legacy branch if:
1511

1612
- You are using MongoDB's C++ driver for the first time.

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ if releaseBuild and (debugBuild or not optBuild):
428428
print("Error: A --release build may not have debugging, and must have optimization")
429429
Exit(1)
430430

431-
mongoclientVersion = "1.0.3-rc1-pre"
431+
mongoclientVersion = "1.0.3"
432432
# We don't keep the -pre in the user testable version identifiers, because
433433
# nobody should be conditioning on the pre-release status.
434434
mongoclientVersionComponents = re.split(r'\.|-rc', mongoclientVersion.partition('-pre')[0])

etc/doxygen/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------------------------------------------------
44
DOXYFILE_ENCODING = UTF-8
55
PROJECT_NAME = "MongoDB C++ Driver"
6-
PROJECT_NUMBER = legacy-1.0.3-rc1-pre
6+
PROJECT_NUMBER = legacy-1.0.3
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)