summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-03-27 09:59:18 -0400
committerEliot Horowitz <eliot@10gen.com>2009-03-27 09:59:18 -0400
commit38e49cc11dcdae6a1a84d0453ca65d2fe41a81ba (patch)
treebf0a5eccbb52ab09a06e5271dedbbf59fd3c2e94
parentd417bc0802cded247072ed05fb6b73b998aa7ef0 (diff)
downloadmongo-r0.9.0.tar.gz
bump version number to 0.9.0r0.9.0
-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