Skip to content

Commit 000a182

Browse files
committed
BUMP legacy-1.0.1
1 parent d6e0dfe commit 000a182

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ 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.0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.0)
7-
of the C++ legacy driver has been released. Please report any bugs or issues in the C++ [JIRA project](http://jira.mongodb.org/browse/CXX).
8-
9-
Version [1.0.1-rc0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.1-rc0) of the
10-
C++ legacy driver is available for *testing*. Please report any bugs or issues in the C++
6+
Version [1.0.1](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.1) of the
7+
C++ legacy driver has been released. Please report any bugs or issues in the C++
118
[JIRA project](http://jira.mongodb.org/browse/CXX).
129

1310
Use the legacy branch if:

SConstruct

+1-1
Original file line numberDiff line numberDiff 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.1-rc1-pre"
417+
mongoclientVersion = "1.0.1"
418418
# We don't keep the -pre in the user testable version identifiers, because
419419
# nobody should be conditioning on the pre-release status.
420420
mongoclientVersionComponents = re.split(r'\.|-rc', mongoclientVersion.partition('-pre')[0])

etc/doxygen/config

+1-1
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.1-rc1-pre
6+
PROJECT_NUMBER = legacy-1.0.1
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)