Skip to content

Commit

Permalink
BUMP 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Apr 24, 2015
1 parent a16f3ed commit 91befcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This driver contains a completely new API and implementation. A complete rewrite
## Repository Overview
| Branch | Stability | Development | Purpose |
| -------- | ------------| ----------------- | ------------------------------------------------------------ |
| master | Unstable | Planning | New C++11 driver (work in progress) |
| master | Alpha | Planning | New C++11 driver (work in progress) |
| legacy | Stable | Stable Evolution | Primary stable C++ driver release |
| 26compat | Stable | Maintenance Only | Drop in replacement for users of existing 2.6 era C++ driver |

Expand Down
4 changes: 2 additions & 2 deletions src/bsoncxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(BSONCXX)
# Update these as needed.
# TODO: read from file
set(BSONCXX_VERSION_MAJOR 0)
set(BSONCXX_VERSION_MINOR 0)
set(BSONCXX_VERSION_PATCH 1)
set(BSONCXX_VERSION_MINOR 1)
set(BSONCXX_VERSION_PATCH 0)
set(BSONCXX_VERSION_EXTRA "")
set(BSONCXX_ABI_VERSION 0)
set(LIBBSON_REQUIRED_ABI_VERSION 1.0)
Expand Down
4 changes: 2 additions & 2 deletions src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(MONGOCXX)
# Update these as needed.
# TODO: read from file
set(MONGOCXX_VERSION_MAJOR 0)
set(MONGOCXX_VERSION_MINOR 0)
set(MONGOCXX_VERSION_PATCH 1)
set(MONGOCXX_VERSION_MINOR 1)
set(MONGOCXX_VERSION_PATCH 0)
set(MONGOCXX_VERSION_EXTRA "")
set(MONGOCXX_ABI_VERSION 0)
set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0)
Expand Down

0 comments on commit 91befcb

Please sign in to comment.