File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This driver contains a completely new API and implementation. A complete rewrite
1515## Repository Overview
1616| Branch | Stability | Development | Purpose |
1717| -------- | ------------| ----------------- | ------------------------------------------------------------ |
18- | master | Unstable | Planning | New C++11 driver (work in progress) |
18+ | master | Alpha | Planning | New C++11 driver (work in progress) |
1919| legacy | Stable | Stable Evolution | Primary stable C++ driver release |
2020| 26compat | Stable | Maintenance Only | Drop in replacement for users of existing 2.6 era C++ driver |
2121
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ project(BSONCXX)
33# Update these as needed.
44# TODO: read from file
55set (BSONCXX_VERSION_MAJOR 0)
6- set (BSONCXX_VERSION_MINOR 0 )
7- set (BSONCXX_VERSION_PATCH 1 )
6+ set (BSONCXX_VERSION_MINOR 1 )
7+ set (BSONCXX_VERSION_PATCH 0 )
88set (BSONCXX_VERSION_EXTRA "" )
99set (BSONCXX_ABI_VERSION 0)
1010set (LIBBSON_REQUIRED_ABI_VERSION 1.0)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ project(MONGOCXX)
33# Update these as needed.
44# TODO: read from file
55set (MONGOCXX_VERSION_MAJOR 0)
6- set (MONGOCXX_VERSION_MINOR 0 )
7- set (MONGOCXX_VERSION_PATCH 1 )
6+ set (MONGOCXX_VERSION_MINOR 1 )
7+ set (MONGOCXX_VERSION_PATCH 0 )
88set (MONGOCXX_VERSION_EXTRA "" )
99set (MONGOCXX_ABI_VERSION 0)
1010set (LIBMONGOC_REQUIRED_ABI_VERSION 1.0)
You can’t perform that action at this time.
0 commit comments