From 6a4f4345929d9caa96e296d4905baa88bf8fc346 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 10 Jan 2022 01:04:17 +0200 Subject: [PATCH] Version 1.4.7 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b03687b..a0ab150 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_RELEASE = 6 +VERSION_RELEASE = 7 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index da869bb..2c0a42c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.4.7) unstable; urgency=medium + + * Fixed owner queue logic + + -- Slava Monich Mon, 10 Jan 2022 01:03:28 +0200 + libgbinder-radio (1.4.6) unstable; urgency=medium * Added RadioConfig API diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 99c81cd..451efc3 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.6 +Version: 1.4.7 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD