mirror of https://github.com/mongodb/mongo
more sensible vesrion #
This commit is contained in:
parent
8a569e8bc0
commit
020b6035b4
|
|
@ -118,7 +118,7 @@ namespace mongo {
|
||||||
115 replay, opLogging
|
115 replay, opLogging
|
||||||
*/
|
*/
|
||||||
void listen(int port) {
|
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;
|
log() << Version << ", pdfile version " << VERSION << "." << VERSION_MINOR << endl;
|
||||||
pdfileInit();
|
pdfileInit();
|
||||||
//testTheDb();
|
//testTheDb();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue