From 3bb8a38f5fbab961530caf216bc75ba89e91b048 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 14 Jul 2022 01:35:45 +0300 Subject: [PATCH] Version 1.1.24 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d851c3b..4bb1890 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 23 +VERSION_RELEASE = 24 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index fa33f82..c357d1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder (1.1.24) unstable; urgency=low + + * Bumped debhelper compat level to 7 + + -- Slava Monich Thu, 14 Jul 2022 01:32:11 +0300 + libgbinder (1.1.23) unstable; urgency=low * Fixed Debian build dependencies diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index b6907c0..fd65d94 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.23 +Version: 1.1.24 Release: 0 Summary: Binder client library License: BSD