From cd32873c9c3ccc3591f743174bdecf703b849c7d Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Tue, 12 May 2015 15:13:03 -0400 Subject: [PATCH] BUMP legacy-1.0.2-rc0 --- README.md | 4 ++++ SConstruct | 2 +- etc/doxygen/config | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa395d3ef2..305daa385b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Down 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.2-rc0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.2-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 2ce4b3a84c..0ad9e34d82 100644 --- a/SConstruct +++ b/SConstruct @@ -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.2-rc0-pre" +mongoclientVersion = "1.0.2-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]) diff --git a/etc/doxygen/config b/etc/doxygen/config index 8a0de575b2..ea4956fb67 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.2-rc0-pre +PROJECT_NUMBER = legacy-1.0.2-rc0 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English