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
15
15
## Repository Overview
16
16
| Branch | Stability | Development | Purpose |
17
17
| -------- | ------------| ----------------- | ------------------------------------------------------------ |
18
- | master | Unstable | Planning | New C++11 driver (work in progress) |
18
+ | master | Alpha | Planning | New C++11 driver (work in progress) |
19
19
| legacy | Stable | Stable Evolution | Primary stable C++ driver release |
20
20
| 26compat | Stable | Maintenance Only | Drop in replacement for users of existing 2.6 era C++ driver |
21
21
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ project(BSONCXX)
3
3
# Update these as needed.
4
4
# TODO: read from file
5
5
set (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 )
8
8
set (BSONCXX_VERSION_EXTRA "" )
9
9
set (BSONCXX_ABI_VERSION 0 )
10
10
set (LIBBSON_REQUIRED_ABI_VERSION 1.0 )
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ project(MONGOCXX)
3
3
# Update these as needed.
4
4
# TODO: read from file
5
5
set (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 )
8
8
set (MONGOCXX_VERSION_EXTRA "" )
9
9
set (MONGOCXX_ABI_VERSION 0 )
10
10
set (LIBMONGOC_REQUIRED_ABI_VERSION 1.0 )
You can’t perform that action at this time.
0 commit comments