diff --git a/Makefile b/Makefile index f3494aa..842256a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_RELEASE = 2 +VERSION_RELEASE = 3 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 84b6f31..9f748d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.4.3) unstable; urgency=medium + + * Added RadioClient and related APIs + + -- Slava Monich Thu, 02 Dec 2021 19:08:47 +0200 + libgbinder-radio (1.4.2) unstable; urgency=medium * Don't assume that GBinderServiceManager is a GObject diff --git a/debian/control b/debian/control index 4f2bfa8..db85c0c 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libgbinder-radio Priority: optional Maintainer: Danct12 -Build-Depends: debhelper (>=9), libgbinder-dev (>= 1.0.9) +Build-Depends: debhelper (>=9), libgbinder-dev (>= 1.1.14), libglibutil-dev (>= 1.0.49) Standards-Version: 3.9.6 Package: libgbinder-radio-dev @@ -13,5 +13,5 @@ Description: Development files for libgbinder-radio Package: libgbinder-radio Section: libs Architecture: any -Depends: libgbinder (>= 1.0.9), ${shlibs:Depends}, ${misc:Depends} +Depends: libgbinder (>= 1.1.14), libglibutil (>= 1.0.49), ${shlibs:Depends}, ${misc:Depends} Description: Binder client library for Android radio interfaces diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 7881096..38292f9 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD