summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/db.cpp2
-rw-r--r--doxygenConfig4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/db.cpp b/db/db.cpp
index 6632e904dc3..88bf96e519e 100644
--- a/db/db.cpp
+++ b/db/db.cpp
@@ -124,7 +124,7 @@ namespace mongo {
115 replay, opLogging
*/
void listen(int port) {
- const char *Version = "db version v0.8.0.1";
+ const char *Version = "db version v0.9.0";
log() << Version << ", pdfile version " << VERSION << "." << VERSION_MINOR << endl;
printGitVersion();
printSysInfo();
diff --git a/doxygenConfig b/doxygenConfig
index f3823e853b5..aedeea68053 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -1,10 +1,10 @@
-
+k
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 0.8
+PROJECT_NUMBER = 0.9
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English