Skip to content

Commit

Permalink
BUMP r3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrassi committed Nov 15, 2016
1 parent 885229a commit e0e59dd
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
Expand Up @@ -19,7 +19,7 @@ project(BSONCXX)
set(BSONCXX_VERSION_MAJOR 3)
set(BSONCXX_VERSION_MINOR 0)
set(BSONCXX_VERSION_PATCH 3)
set(BSONCXX_VERSION_EXTRA "-rc0-pre")
set(BSONCXX_VERSION_EXTRA "")
set(BSONCXX_ABI_VERSION _noabi)

set(BSONCXX_POLY_USE_MNMLSTC_DEFAULT ON)
Expand Down
2 changes: 1 addition & 1 deletion src/mongocxx/CMakeLists.txt
Expand Up @@ -27,7 +27,7 @@ find_package(LibMongoC ${LIBMONGOC_REQUIRED_VERSION} REQUIRED)
set(MONGOCXX_VERSION_MAJOR 3)
set(MONGOCXX_VERSION_MINOR 0)
set(MONGOCXX_VERSION_PATCH 3)
set(MONGOCXX_VERSION_EXTRA "-rc0-pre")
set(MONGOCXX_VERSION_EXTRA "")
set(MONGOCXX_ABI_VERSION _noabi)

set(MONGOCXX_VERSION ${MONGOCXX_VERSION_MAJOR}.${MONGOCXX_VERSION_MINOR}.${MONGOCXX_VERSION_PATCH}${MONGOCXX_VERSION_EXTRA})
Expand Down

0 comments on commit e0e59dd

Please sign in to comment.