summaryrefslogtreecommitdiff
path: root/db/db.cpp
diff options
context:
space:
mode:
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();