diff --git a/Makefile b/Makefile index cc20200..b236a8d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 5 -VERSION_RELEASE = 0 +VERSION_RELEASE = 1 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 1cde4be..a098e39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.5.1) unstable; urgency=medium + + * Fixed names of IRadio 1.4 and 1.5 responses + + -- Slava Monich Mon, 14 Nov 2022 22:34:08 +0200 + libgbinder-radio (1.5.0) unstable; urgency=medium * Added support for IRadio@1.5 diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index eadc3ac..1d1cc00 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD