From bb61f00d579f57a96c9970d84ab09344668c5d66 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Tue, 24 Mar 2020 12:37:01 +0200 Subject: [PATCH] Version 1.0.9 --- Makefile | 2 +- debian/changelog | 4 ++-- rpm/libgbinder-radio.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dbbbd06..e487496 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 8 +VERSION_RELEASE = 9 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index c7f1c51..404f17e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 24 Mar 2020 02:55:50 +0700 diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index ebae813..99145dd 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries