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)
19
19
set (BSONCXX_VERSION_MAJOR 3)
20
20
set (BSONCXX_VERSION_MINOR 1)
21
21
set (BSONCXX_VERSION_PATCH 3)
22
- set (BSONCXX_VERSION_EXTRA "-pre " )
22
+ set (BSONCXX_VERSION_EXTRA "" )
23
23
set (BSONCXX_ABI_VERSION _noabi)
24
24
25
25
set (BSONCXX_POLY_USE_MNMLSTC_DEFAULT ON )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ find_package(LibMongoC ${LIBMONGOC_REQUIRED_VERSION} REQUIRED)
27
27
set (MONGOCXX_VERSION_MAJOR 3)
28
28
set (MONGOCXX_VERSION_MINOR 1)
29
29
set (MONGOCXX_VERSION_PATCH 3)
30
- set (MONGOCXX_VERSION_EXTRA "-pre " )
30
+ set (MONGOCXX_VERSION_EXTRA "" )
31
31
set (MONGOCXX_ABI_VERSION _noabi)
32
32
33
33
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