Version 1.0.28
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
6
debian/changelog
vendored
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: libgbinder
|
||||
Version: 1.0.27
|
||||
Version: 1.0.28
|
||||
Release: 0
|
||||
Summary: Binder client library
|
||||
Group: Development/Libraries
|
||||
|
||||
Reference in New Issue
Block a user