Skip to content

Commit 13e7f33

Browse files
committed
BUMP legacy-1.0.1-rc0
1 parent 8f32bf7 commit 13e7f33

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Down
66
Version [1.0.0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.0)
77
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).
88

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++
11+
[JIRA project](http://jira.mongodb.org/browse/CXX).
12+
913
Use the legacy branch if:
1014

1115
- You are using MongoDB's C++ driver for the first time.
@@ -25,7 +29,12 @@ Use the 26compat branch only if:
2529
| legacy | Stable | Stable Evolution | Primary stable C++ driver release |
2630
| 26compat | Stable | Maintenance Only | Drop in replacement for users of existing 2.6 era C++ driver |
2731

28-
> **WARNING:** The master branch will contain future development work on a new driver with a completely new API and implementation. It is a work in progress and currently should not be used.
32+
Please note that stable branches are only production quality at stable release tags. Other
33+
commits or pre-release tags on a stable branch represent ongoing development work towards the
34+
next stable release, and therefore may be unstable.
35+
36+
> **WARNING:** The master branch contains development work on a new driver with a completely
37+
> new API and implementation. It is a work in progress and currently should not be used.
2938
3039
## Components
3140

SConstruct

Lines changed: 1 addition & 1 deletion
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-rc0-pre"
417+
mongoclientVersion = "1.0.1-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.
420420
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.1-rc0-pre
6+
PROJECT_NUMBER = legacy-1.0.1-rc0
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)