diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-11-10 11:00:43 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-11-10 11:00:43 -0500 |
commit | aa8b12e13fbbdfb293d94786dcc0df589cabef99 (patch) | |
tree | 13be07709aa7047e2acfd1234b8b7f941c309578 /s/server.cpp | |
parent | a2b62096929a59808b0300142bb1beaa246120d8 (diff) | |
download | mongo-r1.1.3.tar.gz |
BUMP 1.1.3r1.1.3
Diffstat (limited to 's/server.cpp')
-rw-r--r-- | s/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/server.cpp b/s/server.cpp index 3eaca537156..5097ef35742 100644 --- a/s/server.cpp +++ b/s/server.cpp @@ -170,7 +170,7 @@ int main(int argc, char* argv[], char *envp[] ) { return 1; } - log() << argv[0] << " v0.3- (alpha 3) starting (--help for usage)" << endl; + log() << argv[0] << " v0.2.5 (alpha 2.5) starting (--help for usage)" << endl; printGitVersion(); printSysInfo(); |