There was an error while loading. Please reload this page.
1 parent d1e71e2 commit 4305cbfCopy full SHA for 4305cbf
src/mongo/util/version.cpp
@@ -31,7 +31,7 @@ namespace mongo {
31
* 1.2.3-rc4-pre-
32
* If you really need to do something else you'll need to fix _versionArray()
33
*/
34
- const char versionString[] = "2.6.0-rc3";
+ const char versionString[] = "2.6.0";
35
36
// See unit test for example outputs
37
BSONArray toVersionArray(const char* version){
0 commit comments