diff options
author | Dwight <dmerriman@gmail.com> | 2009-02-11 11:38:39 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-02-11 11:38:39 -0500 |
commit | 020b6035b4fb1e306272f621762c20eb70e1e5f9 (patch) | |
tree | ee88bc5d67a76629a66a0a821d722f596d18df52 /db/db.cpp | |
parent | 8a569e8bc07dbb103e2b061fff948c85d73559ed (diff) | |
download | mongo-020b6035b4fb1e306272f621762c20eb70e1e5f9.tar.gz |
Diffstat (limited to 'db/db.cpp')
-rw-r--r-- | db/db.cpp | 2 |
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(); |