We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750339 commit daf7aecCopy full SHA for daf7aec
rpm/mongo.spec
@@ -1,5 +1,5 @@
1
Name: mongo
2
-Version: 2.0.7
+Version: 2.0.8-rc0-pre-
3
Release: mongodb_1%{?dist}
4
Summary: mongo client shell and tools
5
License: AGPL 3.0
util/version.cpp
@@ -38,7 +38,7 @@ namespace mongo {
38
* 1.2.3-rc4-pre-
39
* If you really need to do something else you'll need to fix _versionArray()
40
*/
41
- const char versionString[] = "2.0.7";
+ const char versionString[] = "2.0.8-rc0-pre-";
42
43
// See unit test for example outputs
44
static BSONArray _versionArray(const char* version){
0 commit comments