Skip to content

Commit b7b6c38

Browse files
author
Dan Pasette
committed
BUMP 2.9.0-rc0
1 parent 3c5c12f commit b7b6c38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.8
6+
PROJECT_NUMBER = 2.0.9-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.9-rc0-pre-
2+
Version: 2.0.9-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.9-rc0-pre-";
41+
const char versionString[] = "2.0.9-rc0";
4242

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

0 commit comments

Comments
 (0)