Version 1.0.11

This commit is contained in:
Slava Monich
2018-10-24 18:59:30 +03:00
parent 29e4c79f75
commit 8075cce1b1
3 changed files with 8 additions and 2 deletions

View File

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

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libgbinder (1.0.11) unstable; urgency=low
* Use BINDER_TYPE_WEAK_HANDLE for NULL objects
-- Slava Monich <slava.monich@jolla.com> Wed, 24 Oct 2018 18:57:28 +0300
libgbinder (1.0.10) unstable; urgency=low
* Fixed dependencies for unit tests

View File

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