From 5874c8855986a93e372eba47634ffa83fdf5e499 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 4 Dec 2022 19:51:04 +0200 Subject: [PATCH] Version 1.1.30 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27dccef..e838b7e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 29 +VERSION_RELEASE = 30 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index cab131e..17f52c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder (1.1.30) unstable; urgency=low + + * Fixed BC_ACQUIRE_DONE encoding + + -- Slava Monich Sun, 04 Dec 2022 19:50:10 +0200 + libgbinder (1.1.29) unstable; urgency=low * Added gbinder_writer_append_struct_vec diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index 70cf6ea..35c280d 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.29 +Version: 1.1.30 Release: 0 Summary: Binder client library License: BSD