diff --git a/Makefile b/Makefile index f00a127..339ee32 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_RELEASE = 4 +VERSION_RELEASE = 5 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index df31d90..f16177f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.4.5) unstable; urgency=medium + + * Added radio_req_resp2() + + -- Slava Monich Thu, 16 Dec 2021 01:18:54 +0200 + libgbinder-radio (1.4.4) unstable; urgency=medium * Added IRadio@1.2 IndicationFilter bits diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 95e5c97..c542d4c 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.4 +Version: 1.4.5 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD