Skip to content

Commit 91befcb

Browse files
committed
BUMP 0.1.0
1 parent a16f3ed commit 91befcb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/bsoncxx/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project(BSONCXX)
33
# Update these as needed.
44
# TODO: read from file
55
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)
88
set(BSONCXX_VERSION_EXTRA "")
99
set(BSONCXX_ABI_VERSION 0)
1010
set(LIBBSON_REQUIRED_ABI_VERSION 1.0)

src/mongocxx/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project(MONGOCXX)
33
# Update these as needed.
44
# TODO: read from file
55
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)
88
set(MONGOCXX_VERSION_EXTRA "")
99
set(MONGOCXX_ABI_VERSION 0)
1010
set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0)

0 commit comments

Comments
 (0)