mirror of https://github.com/mongodb/mongo
BUMP 2.4.1
This commit is contained in:
parent
2308e25ae4
commit
1560959e9c
|
|
@ -1,3 +1,9 @@
|
||||||
|
mongodb (2.4.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* see http://docs.mongodb.org/manual/release-notes/2.4/
|
||||||
|
|
||||||
|
-- Richard Kreuter <richard@10gen.com> Fri, 23 Mar 2013 16:56:28 -0500
|
||||||
|
|
||||||
mongodb (2.4.0) unstable; urgency=low
|
mongodb (2.4.0) unstable; urgency=low
|
||||||
|
|
||||||
* see http://docs.mongodb.org/manual/release-notes/2.4/
|
* see http://docs.mongodb.org/manual/release-notes/2.4/
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = MongoDB
|
PROJECT_NAME = MongoDB
|
||||||
PROJECT_NUMBER = 2.4.0
|
PROJECT_NUMBER = 2.4.1
|
||||||
OUTPUT_DIRECTORY = docs/doxygen
|
OUTPUT_DIRECTORY = docs/doxygen
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
Name: mongo-10gen
|
Name: mongo-10gen
|
||||||
Conflicts: mongo, mongo-10gen-unstable
|
Conflicts: mongo, mongo-10gen-unstable
|
||||||
Obsoletes: mongo-stable
|
Obsoletes: mongo-stable
|
||||||
Version: 2.4.0
|
Version: 2.4.1
|
||||||
Release: mongodb_1%{?dist}
|
Release: mongodb_1%{?dist}
|
||||||
Summary: mongo client shell and tools
|
Summary: mongo client shell and tools
|
||||||
License: AGPL 3.0
|
License: AGPL 3.0
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ namespace mongo {
|
||||||
* 1.2.3-rc4-pre-
|
* 1.2.3-rc4-pre-
|
||||||
* If you really need to do something else you'll need to fix _versionArray()
|
* If you really need to do something else you'll need to fix _versionArray()
|
||||||
*/
|
*/
|
||||||
const char versionString[] = "2.4.0";
|
const char versionString[] = "2.4.1";
|
||||||
|
|
||||||
// See unit test for example outputs
|
// See unit test for example outputs
|
||||||
BSONArray toVersionArray(const char* version){
|
BSONArray toVersionArray(const char* version){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue