Skip to content

Commit daf7aec

Browse files
author
Dan Pasette
committed
post 2.0.7
1 parent 8750339 commit daf7aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
2+
Version: 2.0.8-rc0-pre-
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";
41+
const char versionString[] = "2.0.8-rc0-pre-";
4242

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

0 commit comments

Comments
 (0)