From 48da0986449807dfcdc07a56d0090be57c25b584 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 30 Nov 2022 19:17:31 +0200 Subject: [PATCH] Version 1.5.4 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bef4c39..3587534 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 5 -VERSION_RELEASE = 3 +VERSION_RELEASE = 4 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 0d8d326..cb2c3ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.5.4) unstable; urgency=medium + + * Added NR specific types + + -- Slava Monich Wed, 30 Nov 2022 19:14:38 +0200 + libgbinder-radio (1.5.3) unstable; urgency=medium * Added RADIO_ACCESS_NETWORKS enum diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 480abcb..f25d7ce 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD