diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-08-24 11:59:42 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-08-24 11:59:42 -0400 |
commit | b3e717fc3c2fe68da1508e45989ccd2ddbd1c822 (patch) | |
tree | d136dbe2f8642e1998c0f74e6f33d0ba49cf0dee /stdafx.cpp | |
parent | 1f08223ab7d07606bd980abd0b0a7f50cd99314f (diff) | |
download | mongo-b3e717fc3c2fe68da1508e45989ccd2ddbd1c822.tar.gz |
BUMP 0.9.10r0.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 d5eadcfe610..2074cec5bb2 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -33,6 +33,6 @@ namespace mongo { - const char versionString[] = "0.9.9+"; + const char versionString[] = "0.9.10"; } // namespace mongo |