BUMP 1.9.2

This commit is contained in:
Eliot Horowitz
2011-08-11 01:29:21 -04:00
parent ee938e39a1
commit be8931b7ee
4 changed files with 9 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ namespace mongo {
* 1.2.3-rc4-pre-
* If you really need to do something else you'll need to fix _versionArray()
*/
const char versionString[] = "1.9.2-pre-";
const char versionString[] = "1.9.2";
// See unit test for example outputs
static BSONArray _versionArray(const char* version){