Version 1.0.9

This commit is contained in:
Slava Monich
2020-03-24 12:37:01 +02:00
parent 601ef084ee
commit bb61f00d57
3 changed files with 4 additions and 4 deletions

View File

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

4
debian/changelog vendored
View File

@@ -1,5 +1,5 @@
libgbinder-radio (1.0.8) unstable; urgency=medium libgbinder-radio (1.0.9) unstable; urgency=medium
* Added RADIO_DEVICE_STATE enum. * Added packaging for Debian-based distros.
-- Danct12 <danct12@disroot.org> Tue, 24 Mar 2020 02:55:50 +0700 -- Danct12 <danct12@disroot.org> Tue, 24 Mar 2020 02:55:50 +0700

View File

@@ -1,5 +1,5 @@
Name: libgbinder-radio Name: libgbinder-radio
Version: 1.0.8 Version: 1.0.9
Release: 0 Release: 0
Summary: Binder client library for Android radio interfaces Summary: Binder client library for Android radio interfaces
Group: Development/Libraries Group: Development/Libraries