summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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