Skip to content

Commit

Permalink
BUMP 2.4.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey101 committed Jan 31, 2013
1 parent 759d091 commit 09967e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doxygenConfig
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.3.2
PROJECT_NUMBER = 2.4.0-rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.spec
@@ -1,7 +1,7 @@
Name: mongo-10gen
Conflicts: mongo, mongo-10gen-unstable
Obsoletes: mongo-stable
Version: 2.2.0
Version: 2.4.0
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/util/version.cpp
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.3.3-pre-";
const char versionString[] = "2.4.0-rc0";

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

0 comments on commit 09967e9

Please sign in to comment.