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 52d6125 commit b8c0af0Copy full SHA for b8c0af0
src/mongo/util/version.cpp
@@ -47,7 +47,7 @@ namespace mongo {
47
* 1.2.3-rc4-pre-
48
* If you really need to do something else you'll need to fix _versionArray()
49
*/
50
- const char versionString[] = "2.4.6-rc0"
+ const char versionString[] = "2.4.6-rc0";
51
52
// See unit test for example outputs
53
BSONArray toVersionArray(const char* version){
0 commit comments