Skip to content

Commit 020b603

Browse files
committed
more sensible vesrion #
1 parent 8a569e8 commit 020b603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/db.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace mongo {
118118
115 replay, opLogging
119119
*/
120120
void listen(int port) {
121-
const char *Version = "db version 122";
121+
const char *Version = "db version v0.8.0";
122122
log() << Version << ", pdfile version " << VERSION << "." << VERSION_MINOR << endl;
123123
pdfileInit();
124124
//testTheDb();

0 commit comments

Comments
 (0)