[libbson, mongo-c-driver] bump version to 1.5.1

I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
This commit is contained in:
flysha 2016-12-24 20:16:31 +08:00
Родитель d3f477b351
Коммит 8bcf57f68a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,3 @@
Source: libbson
Version: 1.5.0-rc6
Version: 1.5.1
Description: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.

Просмотреть файл

@ -1,4 +1,4 @@
Source: mongo-c-driver
Version: 1.5.0-rc6
Version: 1.5.1
Build-Depends: libbson
Description: Client library written in C for MongoDB.