Skip to content

Commit

Permalink
BUMP r3.0.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Jan 11, 2016
1 parent b411759 commit 5922e69
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 @@ -8,7 +8,7 @@ find_package(LibBSON 1.3.0 REQUIRED)
set(BSONCXX_VERSION_MAJOR 3)
set(BSONCXX_VERSION_MINOR 0)
set(BSONCXX_VERSION_PATCH 0)
set(BSONCXX_VERSION_EXTRA "-rc0-pre")
set(BSONCXX_VERSION_EXTRA "-rc0")
set(BSONCXX_ABI_VERSION _noabi)

set(BSONCXX_VERSION ${BSONCXX_VERSION_MAJOR}.${BSONCXX_VERSION_MINOR}.${BSONCXX_VERSION_PATCH}${BSONCXX_VERSION_EXTRA})
Expand Down
2 changes: 1 addition & 1 deletion src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_package(LibMongoC 1.3.0 REQUIRED)
set(MONGOCXX_VERSION_MAJOR 3)
set(MONGOCXX_VERSION_MINOR 0)
set(MONGOCXX_VERSION_PATCH 0)
set(MONGOCXX_VERSION_EXTRA "-rc0-pre")
set(MONGOCXX_VERSION_EXTRA "-rc0")
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 5922e69

Please sign in to comment.