Skip to content

Commit a567804

Browse files
committed
BUMP 2.0.7-rc0
1 parent accb562 commit a567804

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mongodb (2.0.7) unstable; urgency=low
2+
3+
* see http://www.mongodb.org/display/DOCS/2.0+Release+Notes
4+
* see https://jira.mongodb.org/browse/SERVER/fixforversion/11201
5+
6+
-- Eric Milkie <[email protected]> Fri, 13 Jul 2012 10:52:00 -0500
7+
18
mongodb (2.0.6) unstable; urgency=low
29

310
* see http://www.mongodb.org/display/DOCS/2.0+Release+Notes

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.0.6
6+
PROJECT_NUMBER = 2.0.7-rc0
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,5 +1,5 @@
11
Name: mongo
2-
Version: 2.0.7-rc0-pre-
2+
Version: 2.0.7-rc0
33
Release: mongodb_1%{?dist}
44
Summary: mongo client shell and tools
55
License: AGPL 3.0

util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace mongo {
3838
* 1.2.3-rc4-pre-
3939
* If you really need to do something else you'll need to fix _versionArray()
4040
*/
41-
const char versionString[] = "2.0.7-rc0-pre-";
41+
const char versionString[] = "2.0.7-rc0";
4242

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

0 commit comments

Comments
 (0)