Skip to content

Commit

Permalink
tokumx-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joel9001 committed Feb 27, 2015
1 parent e6ad7e5 commit d454707
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 @@ -48,7 +48,7 @@ namespace mongo {
* If you really need to do something else you'll need to fix _versionArray()
*/
const char mongodbVersionString[] = "2.4.10";
const char tokumxVersionString[] = "2.0.1-rc.3-pre-";
const char tokumxVersionString[] = "2.0.1";

std::string fullVersionString() {
stringstream ss;
Expand Down

0 comments on commit d454707

Please sign in to comment.