diff options
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 d2d73d9f67a..feb58e0b1f2 100644 --- a/db/db.cpp +++ b/db/db.cpp @@ -273,7 +273,7 @@ public: };
void listen(int port) {
- cout << "db version: 103 mar2008 minilex" << endl;
+ cout << "db version: 104 mar2008 minilex" << endl;
pdfileInit();
testTheDb();
cout << curTimeMillis() % 10000 << " waiting for connections...\n" << endl;
|