From 7f4446b3fdfc71637335e186c351c2c8cad0e33b Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Fri, 5 Mar 2021 12:35:10 +0200 Subject: [PATCH] Version 1.2.1 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a33e4b7..d4d0bd7 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 2 -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 10ced0f..72b2aa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.2.1) unstable; urgency=medium + + * Fixed backward compatibility with radio@1.0 + + -- Slava Monich Fri, 05 Mar 2021 12:33:50 +0200 + libgbinder-radio (1.2.0) unstable; urgency=medium * Support for radio@1.2 interfaces diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index fd4858f..7c12c3c 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries