From a00a904aa7f3f87a1cc6bd7d9c8a9d6b4d2e3cbb Mon Sep 17 00:00:00 2001 From: Dwight Date: Wed, 27 Feb 2008 18:56:42 -0500 Subject: [PATCH] version str --- db/db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db.cpp b/db/db.cpp index 9bc9704292f..4c61c46de19 100644 --- a/db/db.cpp +++ b/db/db.cpp @@ -272,7 +272,7 @@ public: }; void listen(int port) { - cout << "db version: 25feb08.1 unindex fixes" << endl; + cout << "db version: 27feb08.1 latent cursor fixes" << endl; pdfileInit(); testTheDb(); cout << curTimeMillis() % 10000 << " waiting for connections...\n" << endl;