Version 1.0.12

This commit is contained in:
Slava Monich
2018-10-31 17:07:45 +03:00
parent d1c431c370
commit 67e665b619
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 = 11
VERSION_RELEASE = 12
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libgbinder (1.0.12) unstable; urgency=low
* Add byte array reader and writer
-- Slava Monich <slava.monich@jolla.com> Wed, 31 Oct 2018 17:04:38 +0300
libgbinder (1.0.11) unstable; urgency=low
* Use BINDER_TYPE_WEAK_HANDLE for NULL objects

View File

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