Version 1.2.1

This commit is contained in:
Slava Monich
2021-03-05 12:35:10 +02:00
parent e08ef1bdae
commit 7f4446b3fd
3 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ all: debug release pkgconfig
VERSION_MAJOR = 1
VERSION_MINOR = 2
VERSION_RELEASE = 0
VERSION_RELEASE = 1
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libgbinder-radio (1.2.1) unstable; urgency=medium
* Fixed backward compatibility with radio@1.0
-- Slava Monich <slava.monich@jolla.com> Fri, 05 Mar 2021 12:33:50 +0200
libgbinder-radio (1.2.0) unstable; urgency=medium
* Support for radio@1.2 interfaces

View File

@@ -1,5 +1,5 @@
Name: libgbinder-radio
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Binder client library for Android radio interfaces
Group: Development/Libraries