diff --git a/Makefile b/Makefile index 339ba1c..6c2e1de 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 6 +VERSION_RELEASE = 7 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 17a3b65..7b6ff8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder (1.1.7) unstable; urgency=low + + * Dropped use of g_main_context_invoke_full() + + -- Slava Monich Wed, 31 Mar 2021 23:10:37 +0300 + libgbinder (1.1.6) unstable; urgency=low * Implemented support for passing object over the bridge diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index 5d78d30..866ee0a 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,5 +1,5 @@ Name: libgbinder -Version: 1.1.6 +Version: 1.1.7 Release: 0 Summary: Binder client library License: BSD