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

BUMP 2.1.0

This commit is contained in:
Eliot Horowitz 2012-02-03 09:32:28 -05:00
parent 20761c191e
commit d674c68117
4 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mongodb (2.1.0) unstable; urgency=low
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10483
-- Richard Kreuter <richard@10gen.com> Fri, 03 Feb 2012 16:56:28 -0500
mongodb (1.9.2) unstable; urgency=low
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10261

View File

@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.1.0-pre-
PROJECT_NUMBER = 2.1.0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@ -1,5 +1,5 @@
Name: mongo
Version: 2.0.0-rc2
Version: 2.1.0
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0

View File

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