Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 25, 2020
1 parent e768cbb commit d7d66de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -17,7 +17,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 2
VERSION_MINOR = 2
VERSION_RELEASE = 1
VERSION_RELEASE = 2

VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libwspcodec (2.2.2) unstable; urgency=low

* Respect arch specific lib dir

-- Slava Monich <slava.monich@jolla.com> Mon, 25 May 2020 19:50:22 +0300

libwspcodec (2.2.0) unstable; urgency=low

* Added wsp_header_iter_is_content_type()
Expand Down
2 changes: 1 addition & 1 deletion rpm/libwspcodec.spec
@@ -1,5 +1,5 @@
Name: libwspcodec
Version: 2.2.1
Version: 2.2.2
Release: 0
Summary: WSP encoder and decoder library
Group: Development/Libraries
Expand Down

0 comments on commit d7d66de

Please sign in to comment.