diff --git a/Makefile b/Makefile index c8ce67a..1ca3b7a 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ all: debug release pkgconfig # VERSION_MAJOR = 1 -VERSION_MINOR = 5 -VERSION_RELEASE = 6 +VERSION_MINOR = 6 +VERSION_RELEASE = 0 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index b925fdd..006fa2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 26 Sep 2024 14:03:30 +0300 + libgbinder-radio (1.5.6) unstable; urgency=medium * Fix version in Makefile diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 86e6dbb..d8ea4d1 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.5.6 +Version: 1.6.0 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD