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 744074d commit 1d3d3baCopy full SHA for 1d3d3ba
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.8-rc0";
+ const char versionString[] = "2.0.8-rc1-pre-";
42
43
// See unit test for example outputs
44
static BSONArray _versionArray(const char* version){
0 commit comments