diff --git a/README.md b/README.md index 2cdb027c5e..21a9ab0f4f 100644 --- a/README.md +++ b/README.md @@ -3,14 +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.3](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.3) of the + Version [1.0.4](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.4) 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.4-rc0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.4-rc0) of the - C++ legacy driver has been released *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. diff --git a/SConstruct b/SConstruct index 6ab44004c6..5d725d6a0e 100644 --- a/SConstruct +++ b/SConstruct @@ -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.0.4-rc1-pre" +mongoclientVersion = "1.0.4" # 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]) diff --git a/etc/doxygen/config b/etc/doxygen/config index 3e86030b5d..13e7913096 100644 --- a/etc/doxygen/config +++ b/etc/doxygen/config @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "MongoDB C++ Driver" -PROJECT_NUMBER = legacy-1.0.4-rc1-pre +PROJECT_NUMBER = legacy-1.0.4 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English