Skip to content

Commit

Permalink
BUMP legacy-1.0.1-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Apr 4, 2015
1 parent 8f32bf7 commit 13e7f33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Down
Version [1.0.0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.0)
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).

Version [1.0.1-rc0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.1-rc0) of the
C++ legacy driver is available for *testing*. Please report any bugs or issues in the C++
[JIRA project](http://jira.mongodb.org/browse/CXX).

Use the legacy branch if:

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

> **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.
Please note that stable branches are only production quality at stable release tags. Other
commits or pre-release tags on a stable branch represent ongoing development work towards the
next stable release, and therefore may be unstable.

> **WARNING:** The master branch contains 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.
## Components

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ if releaseBuild and (debugBuild or not optBuild):
print("Error: A --release build may not have debugging, and must have optimization")
Exit(1)

mongoclientVersion = "1.0.1-rc0-pre"
mongoclientVersion = "1.0.1-rc0"
# We don't keep the -pre in the user testable version identifiers, because
# nobody should be conditioning on the pre-release status.
mongoclientVersionComponents = re.split(r'\.|-rc', mongoclientVersion.partition('-pre')[0])
Expand Down
2 changes: 1 addition & 1 deletion etc/doxygen/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "MongoDB C++ Driver"
PROJECT_NUMBER = legacy-1.0.1-rc0-pre
PROJECT_NUMBER = legacy-1.0.1-rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 13e7f33

Please sign in to comment.