Version 1.6.0

This commit is contained in:
Matti Lehtimäki
2024-09-26 14:06:44 +03:00
parent 00248f8da3
commit a4a19a374a
3 changed files with 16 additions and 3 deletions

View File

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

13
debian/changelog vendored
View File

@@ -1,3 +1,16 @@
libgbinder-radio (1.6.0) unstable; urgency=medium
* Implement support for AIDL IRadioIms
* Implement support for AIDL IRadioVoice
* Implement support for AIDL IRadioMessaging
* Implement support for AIDL IRadioData
* Implement support for AIDL IRadioNetwork
* Implement support for AIDL IRadioSim
* Implement support for AIDL IRadioModem
* Implement support for AIDL IRadioConfig
-- Matti Lehtimäki <matti.lehtimaki@jolla.com> Thu, 26 Sep 2024 14:03:30 +0300
libgbinder-radio (1.5.6) unstable; urgency=medium libgbinder-radio (1.5.6) unstable; urgency=medium
* Fix version in Makefile * Fix version in Makefile

View File

@@ -1,6 +1,6 @@
Name: libgbinder-radio Name: libgbinder-radio
Version: 1.5.6 Version: 1.6.0
Release: 0 Release: 0
Summary: Binder client library for Android radio interfaces Summary: Binder client library for Android radio interfaces
License: BSD License: BSD