Skip to content

Commit 1d3d3ba

Browse files
committed
post 2.0.8-rc0
1 parent 744074d commit 1d3d3ba

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.8-rc0";
41+
const char versionString[] = "2.0.8-rc1-pre-";
4242

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

0 commit comments

Comments
 (0)