summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index ea682b75caa..6318b5e334b 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -31,7 +31,7 @@ namespace mongo {
const bool debug=false;
#endif
- const char versionString[] = "0.9.1+";
+ const char versionString[] = "0.9.2";
// pdfile versions
const int VERSION = 4;
const int VERSION_MINOR = 4;