Skip to content

Commit

Permalink
BUMP r3.1.0-rc0 (corrected 49933f9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Nov 29, 2016
1 parent 49933f9 commit 685cbd5
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 1)
set(BSONCXX_VERSION_PATCH 0)
set(BSONCXX_VERSION_EXTRA "")
set(BSONCXX_VERSION_EXTRA "-rc0")
set(BSONCXX_ABI_VERSION _noabi)

set(BSONCXX_POLY_USE_MNMLSTC_DEFAULT ON)
Expand Down
2 changes: 1 addition & 1 deletion src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ find_package(LibMongoC ${LIBMONGOC_REQUIRED_VERSION} REQUIRED)
set(MONGOCXX_VERSION_MAJOR 3)
set(MONGOCXX_VERSION_MINOR 1)
set(MONGOCXX_VERSION_PATCH 0)
set(MONGOCXX_VERSION_EXTRA "")
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 685cbd5

Please sign in to comment.