diff --git a/Makefile b/Makefile index d4d0bd7..d589f77 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 2 -VERSION_RELEASE = 1 +VERSION_RELEASE = 2 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 72b2aa5..854c18f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.2.2) unstable; urgency=medium + + * Added radio_instance_get_with_version() + + -- Slava Monich Fri, 05 Mar 2021 14:00:20 +0200 + libgbinder-radio (1.2.1) unstable; urgency=medium * Fixed backward compatibility with radio@1.0 diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 7c12c3c..2699951 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries