Skip to content

Commit d54dc5e

Browse files
committed
forgot the trailing hyphen; should fix buildbot.
1 parent 24f9039 commit d54dc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace mongo {
3838
* 1.2.3-rc4-pre-
3939
* If you really need to do something else you'll need to fix _versionArray()
4040
*/
41-
const char versionString[] = "2.0.7-rc2-pre";
41+
const char versionString[] = "2.0.7-rc2-pre-";
4242

4343
// See unit test for example outputs
4444
static BSONArray _versionArray(const char* version){

0 commit comments

Comments
 (0)