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:
commit
5ad67c509f
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user