diff --git a/SConstruct b/SConstruct index cb8ecfe3cb..b4d4fe7e8f 100644 --- a/SConstruct +++ b/SConstruct @@ -297,7 +297,7 @@ if releaseBuild and (debugBuild or not optBuild): print("Error: A --release build may not have debugging, and must have optimization") Exit(1) -mongoclientVersion = "0.11.0-pre" +mongoclientVersion = "0.11.0" # We don't keep the -pre in the user testable version identifiers, because # nobody should be conditioning on the pre-release status. mongoclientVersionComponents = mongoclientVersion.split('-') diff --git a/etc/doxygen/config b/etc/doxygen/config index 131eb78597..e2c7e8fa11 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-0.11.0-pre +PROJECT_NUMBER = legacy-0.11.0 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English