From 020b6035b4fb1e306272f621762c20eb70e1e5f9 Mon Sep 17 00:00:00 2001 From: Dwight Date: Wed, 11 Feb 2009 11:38:39 -0500 Subject: more sensible vesrion # --- db/db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1