From 9bcc29c66a9d34ab4ff85bf310c4028869e811ce Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Wed, 28 Feb 2018 16:11:26 -0500 Subject: [PATCH] BUMP legacy-1.1.3 --- SConstruct | 2 +- etc/doxygen/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index dd20db5d30..ed89571d93 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.1.3-rc0-pre" +mongoclientVersion = "1.1.3" # 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 1766465a4d..d836dfc5e2 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.1.3-rc0-pre +PROJECT_NUMBER = legacy-1.1.3 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English