summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-02-11 11:38:39 -0500
committerDwight <dmerriman@gmail.com>2009-02-11 11:38:39 -0500
commit020b6035b4fb1e306272f621762c20eb70e1e5f9 (patch)
treeee88bc5d67a76629a66a0a821d722f596d18df52
parent8a569e8bc07dbb103e2b061fff948c85d73559ed (diff)
downloadmongo-v0.8.tar.gz
more sensible vesrion #r0.8.0v0.8
-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();