Skip to content

Commit

Permalink
tokumx-1.3.3-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 13, 2013
1 parent 4a66267 commit e3e323e
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.7";
const char tokumxVersionString[] = "1.3.3-rc.1";
const char tokumxVersionString[] = "1.3.3-rc.2";

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

0 comments on commit e3e323e

Please sign in to comment.