Skip to content

Commit

Permalink
BUMP 2.0.5-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Schwerin committed Apr 25, 2012
1 parent 947fa69 commit 1c22afa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
mongodb (2.0.5) unstable; urgency=low

* see http://www.mongodb.org/display/DOCS/2.0+Release+Notes
* see https://jira.mongodb.org/browse/SERVER/fixforversion/11137

-- Andy Schwerin <schwerin@10gen.com> Wed, 25 Apr 2012 10:52:00 -0500

mongodb (2.0.4) unstable; urgency=low

* see http://www.mongodb.org/display/DOCS/2.0+Release+Notes
Expand Down
2 changes: 1 addition & 1 deletion doxygenConfig
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.0.5-pre-
PROJECT_NUMBER = 2.0.5-rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
Version: 2.0.4
Version: 2.0.5-rc0
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion util/version.cpp
Expand Up @@ -38,7 +38,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.0.5-pre-";
const char versionString[] = "2.0.5-rc0";

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

0 comments on commit 1c22afa

Please sign in to comment.