From c7fab6373bc6b613991edbe4ee68125396d66028 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 23 Nov 2023 01:44:14 +0200 Subject: [PATCH] Version 1.1.35 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c292184..954b2a0 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 34 +VERSION_RELEASE = 35 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 81d9a52..2901e19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgbinder (1.1.35) unstable; urgency=low + + * Make unit tests independent on system config + * Use MAKE var instead of explicitly calling make + + -- Slava Monich Thu, 23 Nov 2023 01:42:56 +0200 + libgbinder (1.1.34) unstable; urgency=low * Fixed binder-call help message diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index e79d4ef..226f3cc 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.34 +Version: 1.1.35 Release: 0 Summary: Binder client library License: BSD