summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-22 15:29:38 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-22 15:29:38 -0400
commit1cec8ff649dd6dfb2833b227e99945e93e773f9b (patch)
tree82748e8258f527c88826ba1993fbe62303fbf29d
parent851655fc9c7f9316c33912031a1aa4eecb1360c6 (diff)
downloadmongo-r0.9.2.tar.gz
version 0.9.2r0.9.2
-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;