summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-29 10:24:23 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-29 10:24:23 -0400
commit107c1b979d3133c255e1fab227d7c629f3884367 (patch)
treeb7fbf0a6182d17a95a0c4d7f6ed5ca4ecd8fead0
parent7dbf34c67ed1933a0958007fcd17001955f6f70d (diff)
downloadmongo-107c1b979d3133c255e1fab227d7c629f3884367.tar.gz
BUMP 0.9.3r0.9.3
-rw-r--r--stdafx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
index 24c295224ef..9de1f5e4b72 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -22,7 +22,7 @@
namespace mongo {
- const char versionString[] = "0.9.2+";
+ const char versionString[] = "0.9.3";
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file