diff --git a/Makefile b/Makefile index a0ab150..15fd78b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_RELEASE = 7 +VERSION_RELEASE = 8 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 2c0a42c..7eef53e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.4.8) unstable; urgency=medium + + * Fixed retries of blocking requests + + -- Slava Monich Wed, 19 Jan 2022 03:32:30 +0200 + libgbinder-radio (1.4.7) unstable; urgency=medium * Fixed owner queue logic diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 451efc3..3fa7fab 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.7 +Version: 1.4.8 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD