From 7725869a27c9fff1665d0b0421f25ccd9c899556 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sat, 19 Nov 2022 17:52:18 +0200 Subject: [PATCH] Version 1.5.3 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7de1583..bef4c39 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 5 -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 b16c63c..0d8d326 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.5.3) unstable; urgency=medium + + * Added RADIO_ACCESS_NETWORKS enum + + -- Slava Monich Sat, 19 Nov 2022 17:48:38 +0200 + libgbinder-radio (1.5.2) unstable; urgency=medium * Added network scan related types diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index defbec5..480abcb 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD