Skip to content

Commit

Permalink
BUMP 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed May 15, 2015
1 parent e25b7e9 commit 835204d
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 @@ -5,7 +5,7 @@ project(BSONCXX)
set(BSONCXX_VERSION_MAJOR 0)
set(BSONCXX_VERSION_MINOR 2)
set(BSONCXX_VERSION_PATCH 0)
set(BSONCXX_VERSION_EXTRA "-pre")
set(BSONCXX_VERSION_EXTRA "")
set(BSONCXX_ABI_VERSION 0)
set(LIBBSON_REQUIRED_ABI_VERSION 1.0)

Expand Down
2 changes: 1 addition & 1 deletion src/mongocxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(MONGOCXX)
set(MONGOCXX_VERSION_MAJOR 0)
set(MONGOCXX_VERSION_MINOR 2)
set(MONGOCXX_VERSION_PATCH 0)
set(MONGOCXX_VERSION_EXTRA "-pre")
set(MONGOCXX_VERSION_EXTRA "")
set(MONGOCXX_ABI_VERSION 0)
set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0)

Expand Down

0 comments on commit 835204d

Please sign in to comment.