From 1d14925196efcd3bd27a4b50c78e903baf969e0b Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 12 Sep 2021 18:08:18 +0300 Subject: [PATCH] Version 1.4.2 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24dd0ac..246030d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_RELEASE = 1 +VERSION_RELEASE = 2 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 57174e3..84b6f31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgbinder-radio (1.4.2) unstable; urgency=medium + + * Don't assume that GBinderServiceManager is a GObject + * Added unit tests + + -- Slava Monich Sun, 12 Sep 2021 18:05:19 +0300 + libgbinder-radio (1.4.1) unstable; urgency=medium * Added RADIO_CELL_INFO_TYPE_1_4 enum diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index c8c03a8..01901d5 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD