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