diff --git a/Makefile b/Makefile index 1456ca3..a33e4b7 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ all: debug release pkgconfig # VERSION_MAJOR = 1 -VERSION_MINOR = 0 -VERSION_RELEASE = 11 +VERSION_MINOR = 2 +VERSION_RELEASE = 0 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 4b001fe..10ced0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.2.0) unstable; urgency=medium + + * Support for radio@1.2 interfaces + + -- Slava Monich Thu, 04 Mar 2021 13:36:51 +0200 + libgbinder-radio (1.0.11) unstable; urgency=medium * Make library executable on RPM based systems diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 7671231..fd4858f 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.0.11 +Version: 1.2.0 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries