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

Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Aaron 2009-03-27 10:37:30 -04:00
commit 5ad67c509f
2 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ namespace mongo {
115 replay, opLogging
*/
void listen(int port) {
const char *Version = "db version v0.8.0.1";
const char *Version = "db version v0.9.0";
log() << Version << ", pdfile version " << VERSION << "." << VERSION_MINOR << endl;
printGitVersion();
printSysInfo();

View File

@ -1,10 +1,10 @@
k
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 0.8
PROJECT_NUMBER = 0.9
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English