diff --git a/Makefile b/Makefile index 15fd78b..30d1305 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -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 7eef53e..4a8d189 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.4.9) unstable; urgency=medium + + * Added IMS types + + -- Slava Monich Thu, 17 Feb 2022 01:47:27 +0200 + libgbinder-radio (1.4.8) unstable; urgency=medium * Fixed retries of blocking requests diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 3fa7fab..46c2cc9 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.8 +Version: 1.4.9 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD