Skip to content

Commit

Permalink
CXX-170 Backport server 2.6.0-rc3..2.6.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Apr 10, 2014
1 parent d1e71e2 commit 4305cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/util/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace mongo {
* 1.2.3-rc4-pre-
* If you really need to do something else you'll need to fix _versionArray()
*/
const char versionString[] = "2.6.0-rc3";
const char versionString[] = "2.6.0";

// See unit test for example outputs
BSONArray toVersionArray(const char* version){
Expand Down

0 comments on commit 4305cbf

Please sign in to comment.