summaryrefslogtreecommitdiff
path: root/db/db.cpp
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 /db/db.cpp
parentd417bc0802cded247072ed05fb6b73b998aa7ef0 (diff)
bump version number to 0.9.0r0.9.0
Diffstat (limited to 'db/db.cpp')
-rw-r--r--db/db.cpp2
1 files changed, 1 insertions, 1 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();