diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-06-23 13:41:23 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-06-23 13:41:23 -0400 |
commit | d4570964455bbd57c52f753fbe6a0a0828022991 (patch) | |
tree | f0978eceaf72d164d6f92436e799180d35e19872 /stdafx.cpp | |
parent | 9cbee3d81f889cc9233ce84e0041b72fe4ddc697 (diff) | |
download | mongo-d4570964455bbd57c52f753fbe6a0a0828022991.tar.gz |
BUMP 0.9.5r0.9.5
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 0be2fa55322..ee66afd028e 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -20,6 +20,6 @@ namespace mongo { - const char versionString[] = "0.9.4+"; + const char versionString[] = "0.9.5"; } // namespace mongo |