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

post 1.7.6

This commit is contained in:
Eliot Horowitz 2011-02-15 01:53:14 -05:00
parent 5909aa6962
commit 2c59a42acf
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.6
PROJECT_NUMBER = 1.7.7-pre-
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@ -26,7 +26,7 @@
namespace mongo {
const char versionString[] = "1.7.6";
const char versionString[] = "1.7.7-pre-";
string mongodVersion() {
stringstream ss;