diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-08-24 15:31:54 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-08-24 15:31:54 -0400 |
commit | 567c2bad85457043ec13db6c4db9b14c59898df2 (patch) | |
tree | e27e30366a2ab929f07ae5222552907ec4ad290c /stdafx.cpp | |
parent | b3e717fc3c2fe68da1508e45989ccd2ddbd1c822 (diff) | |
download | mongo-567c2bad85457043ec13db6c4db9b14c59898df2.tar.gz |
after 0.9.10
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 2074cec5bb2..2249a2f5c55 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -33,6 +33,6 @@ namespace mongo { - const char versionString[] = "0.9.10"; + const char versionString[] = "0.9.10+"; } // namespace mongo |