summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-09-14 16:13:47 -0400
committerEliot Horowitz <eliot@10gen.com>2009-09-14 16:13:47 -0400
commitb7a242602ab0c37ec54ef027451f5f95b47f3e47 (patch)
tree1cfd6fdf10a37135255fda30278f449e8ca0b623
parent78bfd73520116e583a0682205cc9c3496bd47e33 (diff)
downloadmongo-r1.1.0.tar.gz
BUMP 1.1.0r1.1.0
-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