diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-09-14 16:13:47 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-09-14 16:13:47 -0400 |
commit | b7a242602ab0c37ec54ef027451f5f95b47f3e47 (patch) | |
tree | 1cfd6fdf10a37135255fda30278f449e8ca0b623 /stdafx.cpp | |
parent | 78bfd73520116e583a0682205cc9c3496bd47e33 (diff) | |
download | mongo-r1.1.0.tar.gz |
BUMP 1.1.0r1.1.0
Diffstat (limited to 'stdafx.cpp')
-rw-r--r-- | stdafx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |