Skip to content

Commit

Permalink
BUMP legacy-1.1.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Nov 17, 2015
1 parent d32226e commit c96d6b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Welcome to the MongoDB C++ Driver!

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.

Version [1.0.6](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.6) of the
Version [1.1.0-rc0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.1.0-rc0) 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).
[JIRA project](http://jira.mongodb.org/browse/CXX). Please note that this is a release candidate version
of the next minor point release of the legacy C++ driver and is not suitable for production use.

Use the legacy branch if:

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,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.1.0-rc0-pre"
mongoclientVersion = "1.1.0-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.1.0-rc0-pre
PROJECT_NUMBER = legacy-1.1.0-rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit c96d6b8

Please sign in to comment.