From 72b3fc58ec69d6089b0379e04998dc28ecd029b5 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 25 Mar 2021 20:14:38 +0200 Subject: [PATCH] Version 1.2.5 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b347e64..b6d2bbd 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 2 -VERSION_RELEASE = 4 +VERSION_RELEASE = 5 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 82615e3..85e3c04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgbinder-radio (1.2.5) unstable; urgency=medium + + * Added radio@1.3 types + * Added radio@1.4 types + + -- Slava Monich Thu, 25 Mar 2021 20:13:08 +0200 + libgbinder-radio (1.2.4) unstable; urgency=medium * Added more radio@1.2 types diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index e28a837..4c18421 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries