diff options
| author | Eliot Horowitz <eliot@10gen.com> | 2010-03-22 22:12:51 -0400 |
|---|---|---|
| committer | Eliot Horowitz <eliot@10gen.com> | 2010-03-22 22:12:51 -0400 |
| commit | 48cc94ad5523faec1eba48f1c44bc70d3b9ed809 (patch) | |
| tree | 6fbcb80850a1275d87d17bcbf0956b58ad743c9c /s/server.cpp | |
| parent | 19658410941569bb9df4407d136d556ea2f8e908 (diff) | |
BUMP 1.3.5r1.3.5
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 9424f4d9297..364437602da 100644 --- a/s/server.cpp +++ b/s/server.cpp @@ -119,7 +119,7 @@ namespace mongo { } void printShardingVersionInfo(){ - log() << mongosCommand << " v0.3- (alpha 3t) starting (--help for usage)" << endl; + log() << mongosCommand << " v0.3 (alpha 3) starting (--help for usage)" << endl; printGitVersion(); printSysInfo(); } |
