Skip to content

Commit

Permalink
BUMP 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jun 3, 2020
1 parent 293003a commit 1498819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bsoncxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(BSONCXX)
set(BSONCXX_VERSION_MAJOR 3)
set(BSONCXX_VERSION_MINOR 2)
set(BSONCXX_VERSION_PATCH 1)
set(BSONCXX_VERSION_EXTRA "-pre")
set(BSONCXX_VERSION_EXTRA "")
set(BSONCXX_ABI_VERSION _noabi)

option(BSONCXX_POLY_USE_MNMLSTC "Use MNMLSTC/core for stdx polyfills" OFF)
Expand Down
2 changes: 1 addition & 1 deletion src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(MONGOCXX)
set(MONGOCXX_VERSION_MAJOR 3)
set(MONGOCXX_VERSION_MINOR 2)
set(MONGOCXX_VERSION_PATCH 1)
set(MONGOCXX_VERSION_EXTRA "-pre")
set(MONGOCXX_VERSION_EXTRA "")
set(MONGOCXX_ABI_VERSION _noabi)

option(MONGOCXX_ENABLE_SSL "Enable SSL - if the underlying C driver offers it" ON)
Expand Down

0 comments on commit 1498819

Please sign in to comment.