Skip to content

Commit

Permalink
BUMP r3.2.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Nov 17, 2017
1 parent 8b4d0da commit 2c1c875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/bsoncxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ project(BSONCXX)
# Update these as needed.
# TODO: read from file
set(BSONCXX_VERSION_MAJOR 3)
set(BSONCXX_VERSION_MINOR 1)
set(BSONCXX_VERSION_PATCH 1)
set(BSONCXX_VERSION_EXTRA "-pre")
set(BSONCXX_VERSION_MINOR 2)
set(BSONCXX_VERSION_PATCH 0)
set(BSONCXX_VERSION_EXTRA "-rc0")
set(BSONCXX_ABI_VERSION _noabi)

option(BSONCXX_POLY_USE_MNMLSTC "Use MNMLSTC/core for stdx polyfills" OFF)
Expand Down
6 changes: 3 additions & 3 deletions src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ project(MONGOCXX)
# Update these as needed.
# TODO: read from file
set(MONGOCXX_VERSION_MAJOR 3)
set(MONGOCXX_VERSION_MINOR 1)
set(MONGOCXX_VERSION_PATCH 1)
set(MONGOCXX_VERSION_EXTRA "-pre")
set(MONGOCXX_VERSION_MINOR 2)
set(MONGOCXX_VERSION_PATCH 0)
set(MONGOCXX_VERSION_EXTRA "-rc0")
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 2c1c875

Please sign in to comment.