Version 1.0.16

This commit is contained in:
Slava Monich
2018-12-06 19:06:18 +02:00
parent 5cfbf22b81
commit 171ff7d1e4
3 changed files with 9 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ all: debug release pkgconfig
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 15
VERSION_RELEASE = 16
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libgbinder (1.0.16) unstable; urgency=low
* Added GBinderHidlVec and GBinderHidlString types
* Added gbinder_reader_copy()
-- Slava Monich <slava.monich@jolla.com> Thu, 06 Dec 2018 19:03:32 +0200
libgbinder (1.0.15) unstable; urgency=low
* Implemented service polling for old servicemanager

View File

@@ -1,5 +1,5 @@
Name: libgbinder
Version: 1.0.15
Version: 1.0.16
Release: 0
Summary: Binder client library
Group: Development/Libraries