From c50f49ca6eb8348c1051b26fdb905e5b593dfcdd Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 31 Aug 2020 21:36:26 +0300 Subject: [PATCH] Version 2.2.4 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libwspcodec.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5895ee8..759dac9 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: debug release pkgconfig VERSION_MAJOR = 2 VERSION_MINOR = 2 -VERSION_RELEASE = 3 +VERSION_RELEASE = 4 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 5e513d1..4a6b754 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libwspcodec (2.2.4) unstable; urgency=low + + * Make library executable on RPM based systems + + -- Slava Monich Wed, 29 Jul 2020 14:41:44 +0300 + libwspcodec (2.2.3) unstable; urgency=low * Added more charsets diff --git a/rpm/libwspcodec.spec b/rpm/libwspcodec.spec index 128893c..f5fe801 100644 --- a/rpm/libwspcodec.spec +++ b/rpm/libwspcodec.spec @@ -1,5 +1,5 @@ Name: libwspcodec -Version: 2.2.3 +Version: 2.2.4 Release: 0 Summary: WSP encoder and decoder library Group: Development/Libraries