0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

post 2.4.0-rc1

This commit is contained in:
Dan Pasette 2013-01-31 18:42:40 -05:00
parent 52c14416a6
commit cbdc5cc45a
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.4.0-rc0
PROJECT_NUMBER = 2.4.0-rc1-pre-
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

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