From 62b9b30865b65886a5808ab8087194fcca163c90 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 30 Apr 2023 06:10:45 +0300 Subject: [PATCH] Version 1.1.34 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c28abc2..cee290f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 33 +VERSION_RELEASE = 34 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 42e01e9..81d9a52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgbinder (1.1.34) unstable; urgency=low + + * Fixed binder-call help message + * Require glib 2.32 + + -- Slava Monich Sun, 30 Apr 2023 06:04:38 +0300 + libgbinder (1.1.33) unstable; urgency=low * Fixed GBinderWriterType for byte and int32 diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index 41282ed..e79d4ef 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.33 +Version: 1.1.34 Release: 0 Summary: Binder client library License: BSD