summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--s/server.cpp2
-rw-r--r--stdafx.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/s/server.cpp b/s/server.cpp
index bee806bae57..ad989fc5885 100644
--- a/s/server.cpp
+++ b/s/server.cpp
@@ -177,7 +177,7 @@ int main(int argc, char* argv[], char *envp[] ) {
return 1;
}
- log() << argv[0] << " v0.2- (alpha 2) starting (--help for usage)" << endl;
+ log() << argv[0] << " v0.2 (alpha 2) starting (--help for usage)" << endl;
printGitVersion();
printSysInfo();
diff --git a/stdafx.cpp b/stdafx.cpp
index 0ca8e913d2b..5a764be8ea0 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -33,6 +33,6 @@
namespace mongo {
- const char versionString[] = "1.1.0-";
+ const char versionString[] = "1.1.0";
} // namespace mongo