diff --git a/Makefile b/Makefile index 7c3c9f7..59ccdaa 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 31 +VERSION_RELEASE = 32 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index db94a5a..8236731 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder (1.1.32) unstable; urgency=low + + * Improved reliability of unit tests + + -- Slava Monich Mon, 23 Jan 2023 11:48:00 +0200 + libgbinder (1.1.31) unstable; urgency=low * Fixed serialization issues on big-endian diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index cc8c9eb..afc4006 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.31 +Version: 1.1.32 Release: 0 Summary: Binder client library License: BSD