Skip to content

Commit

Permalink
BUMP 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jun 26, 2012
1 parent ac94578 commit 927beb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mongodb (2.1.0) unstable; urgency=low
mongodb (2.1.2) unstable; urgency=low

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

-- Richard Kreuter <[email protected]> Fri, 03 Feb 2012 16:56:28 -0500
-- Richard Kreuter <[email protected]> Tue, 26 Jun 2012 16:56:28 -0500

mongodb (1.9.2) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion doxygenConfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.1.2-pre-
PROJECT_NUMBER = 2.1.2
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mongo
Version: 2.1.1
Version: 2.1.2
Release: mongodb_1%{?dist}
Summary: mongodb client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/util/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.2-pre-";
const char versionString[] = "2.1.2";

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

0 comments on commit 927beb5

Please sign in to comment.