Compare commits

...

1 Commits

Author SHA1 Message Date
Eliot Horowitz
cf117b7c7d BUMP 2.2.0-rc1 2012-08-13 01:02:41 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.2.0-rc1-pre-
PROJECT_NUMBER = 2.2.0-rc1
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@@ -43,7 +43,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[] = "2.2.0-rc1-pre-";
const char versionString[] = "2.2.0-rc1";
// See unit test for example outputs
static BSONArray _versionArray(const char* version){