0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00

BUMP 2.4.0-rc0

This commit is contained in:
Dan Pasette 2013-01-31 10:15:22 -05:00
parent 759d091f5b
commit 09967e98e5
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

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