File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ project(BSONCXX)
17
17
# Update these as needed.
18
18
# TODO: read from file
19
19
set (BSONCXX_VERSION_MAJOR 3)
20
- set (BSONCXX_VERSION_MINOR 1 )
21
- set (BSONCXX_VERSION_PATCH 1 )
22
- set (BSONCXX_VERSION_EXTRA "-pre " )
20
+ set (BSONCXX_VERSION_MINOR 2 )
21
+ set (BSONCXX_VERSION_PATCH 0 )
22
+ set (BSONCXX_VERSION_EXTRA "-rc0 " )
23
23
set (BSONCXX_ABI_VERSION _noabi)
24
24
25
25
option (BSONCXX_POLY_USE_MNMLSTC "Use MNMLSTC/core for stdx polyfills" OFF )
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ project(MONGOCXX)
17
17
# Update these as needed.
18
18
# TODO: read from file
19
19
set (MONGOCXX_VERSION_MAJOR 3)
20
- set (MONGOCXX_VERSION_MINOR 1 )
21
- set (MONGOCXX_VERSION_PATCH 1 )
22
- set (MONGOCXX_VERSION_EXTRA "-pre " )
20
+ set (MONGOCXX_VERSION_MINOR 2 )
21
+ set (MONGOCXX_VERSION_PATCH 0 )
22
+ set (MONGOCXX_VERSION_EXTRA "-rc0 " )
23
23
set (MONGOCXX_ABI_VERSION _noabi)
24
24
25
25
option (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