Version 1.0.28

This commit is contained in:
Slava Monich
2019-01-29 02:50:13 +02:00
parent 11c173b2e4
commit f24145f407
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 = 27
VERSION_RELEASE = 28
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libgbinder (1.0.28) unstable; urgency=low
* Set type for local nulls to BINDER_TYPE_WEAK_BINDER
-- Slava Monich <slava.monich@jolla.com> Tue, 29 Jan 2019 02:49:10 +0200
libgbinder (1.0.27) unstable; urgency=low
* Fixed outgoing oneway transactions

View File

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