Version 1.4.0

This commit is contained in:
Slava Monich
2021-05-18 18:59:08 +03:00
parent 0ce5f268c9
commit ff65e170e1
3 changed files with 11 additions and 4 deletions

View File

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

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libgbinder-radio (1.4.0) unstable; urgency=medium
* Support for radio@1.4 interfaces
* Fixed RadioCellInfo_1_4 definition
-- Slava Monich <slava.monich@jolla.com> Tue, 18 May 2021 18:54:52 +0300
libgbinder-radio (1.2.6) unstable; urgency=medium
* Added RadioSimApdu type

View File

@@ -1,8 +1,8 @@
Name: libgbinder-radio
Version: 1.2.6
Version: 1.4.0
Release: 0
Summary: Binder client library for Android radio interfaces
Group: Development/Libraries
License: BSD
URL: https://github.com/mer-hybris/libgbinder-radio
Source: %{name}-%{version}.tar.bz2