Version 1.0.6

This commit is contained in:
Slava Monich
2018-09-21 21:16:29 +03:00
parent 6b956c0d3c
commit 6509e5dac8
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 = 5
VERSION_RELEASE = 6
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libgbinder (1.0.6) unstable; urgency=low
* Fixed GBinderServiceManager lifecycle management
-- Slava Monich <slava.monich@jolla.com> Fri, 21 Sep 2018 21:15:28 +0300
libgbinder (1.0.5) unstable; urgency=low
* Added double and float support

View File

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