summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.cpp b/db/db.cpp
index 50c6cbbed3f..54135b9e959 100644
--- a/db/db.cpp
+++ b/db/db.cpp
@@ -118,7 +118,7 @@ namespace mongo {
115 replay, opLogging
*/
void listen(int port) {
- const char *Version = "db version 122";
+ const char *Version = "db version v0.8.0";
log() << Version << ", pdfile version " << VERSION << "." << VERSION_MINOR << endl;
pdfileInit();
//testTheDb();