0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

post 1.7.1

This commit is contained in:
Eliot Horowitz 2010-09-28 10:55:37 -04:00
parent 739b48a404
commit 75a6688cd7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 1.7.1
PROJECT_NUMBER = 1.7.2-pre-
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@ -14,7 +14,7 @@ namespace mongo {
// mongo processes version support
//
const char versionString[] = "1.7.1";
const char versionString[] = "1.7.2-pre-";
string mongodVersion() {
stringstream ss;