File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ project(BSONCXX)
1919set (BSONCXX_VERSION_MAJOR 3)
2020set (BSONCXX_VERSION_MINOR 2)
2121set (BSONCXX_VERSION_PATCH 0)
22- set (BSONCXX_VERSION_EXTRA "-rc2-pre " )
22+ set (BSONCXX_VERSION_EXTRA "" )
2323set (BSONCXX_ABI_VERSION _noabi)
2424
2525option (BSONCXX_POLY_USE_MNMLSTC "Use MNMLSTC/core for stdx polyfills" OFF )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ project(MONGOCXX)
1919set (MONGOCXX_VERSION_MAJOR 3)
2020set (MONGOCXX_VERSION_MINOR 2)
2121set (MONGOCXX_VERSION_PATCH 0)
22- set (MONGOCXX_VERSION_EXTRA "-rc2-pre " )
22+ set (MONGOCXX_VERSION_EXTRA "" )
2323set (MONGOCXX_ABI_VERSION _noabi)
2424
2525option (MONGOCXX_ENABLE_SSL "Enable SSL - if the underlying C driver offers it" ON )
You can’t perform that action at this time.
0 commit comments