Skip to content

Commit

Permalink
BUMP 2.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey101 committed Mar 6, 2013
1 parent 9c7f205 commit 1aa1893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doxygenConfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.4.0-rc2-pre-
PROJECT_NUMBER = 2.4.0-rc2
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/util/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc2-pre-";
const char versionString[] = "2.4.0-rc2";

// See unit test for example outputs
BSONArray toVersionArray(const char* version){
Expand Down

0 comments on commit 1aa1893

Please sign in to comment.