Skip to content

Commit f5e83ea

Browse files
committed
BUMP 2.2.0
1 parent 1a94209 commit f5e83ea

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mongodb (2.2.0) unstable; urgency=low
2+
3+
* see http://docs.mongodb.org/manual/release-notes/2.2/
4+
5+
-- Richard Kreuter <[email protected]> Wed, 29 Aug 2012 16:56:28 -0500
6+
17
mongodb (2.1.2) unstable; urgency=low
28

39
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10894

doxygenConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------------------------------------------------
44
DOXYFILE_ENCODING = UTF-8
55
PROJECT_NAME = MongoDB
6-
PROJECT_NUMBER = 2.2.0-rc3-pre-
6+
PROJECT_NUMBER = 2.2.0
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

rpm/mongo.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: mongo-10gen
22
Conflicts: mongo, mongo-10gen-unstable
33
Obsoletes: mongo-stable
4-
Version: 2.1.2
4+
Version: 2.2.0
55
Release: mongodb_1%{?dist}
66
Summary: mongodb client shell and tools
77
License: AGPL 3.0

src/mongo/util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace mongo {
4343
* 1.2.3-rc4-pre-
4444
* If you really need to do something else you'll need to fix _versionArray()
4545
*/
46-
const char versionString[] = "2.2.0-rc3-pre-";
46+
const char versionString[] = "2.2.0";
4747

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

0 commit comments

Comments
 (0)