diff --git a/SConstruct b/SConstruct index 3a373275fc..105cd7c2b1 100644 --- a/SConstruct +++ b/SConstruct @@ -292,7 +292,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.8.0-pre" +mongoclientVersion = "0.8.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/doxygenConfig b/doxygenConfig index 0b7700e4fe..bc4fb62f31 100644 --- a/doxygenConfig +++ b/doxygenConfig @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "MongoDB C++ Driver" -PROJECT_NUMBER = 0.0 +PROJECT_NUMBER = 0.8.0 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English