Skip to content

Commit

Permalink
build: release libbson 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hergert committed Dec 5, 2013
1 parent 200eb38 commit c887bae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Libbson 0.4.0
=============

This release includes a few bug fixes and copious documentation. Additionally,
we improved our fuzz testing and found a couple issues in the process. It is
suggested that everyone upgrade their installations to 0.4.0.

We have been busy adding a lot of documentation that we hope you will like.
Many `man' pages have been added for various API endpoints and structures. If
you use vim, remember that you can jump to the documentation with <shift>k
while on a symbol.

Thanks and enjoy using libbson!

Libbson 0.2.4
=============

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dnl Versioning Macros
dnl **************************************************************************

m4_define([bson_major_version], [0])
m4_define([bson_minor_version], [2])
m4_define([bson_micro_version], [5])
m4_define([bson_minor_version], [4])
m4_define([bson_micro_version], [0])
m4_define([bson_version], [bson_major_version.bson_minor_version.bson_micro_version])

# bump up by 1 for every micro release with no API changes, otherwise
Expand Down

0 comments on commit c887bae

Please sign in to comment.