Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 2.2.3
  • Loading branch information
monich committed Jul 29, 2020
1 parent f20572b commit eeb05b4
Show file tree
Hide file tree
Showing 3 changed files with 9 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 = 2
VERSION_RELEASE = 3

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

* Added more charsets
* Compare charset names case-insensitively

-- Slava Monich <slava.monich@jolla.com> Wed, 29 Jul 2020 14:41:44 +0300

libwspcodec (2.2.2) unstable; urgency=low

* Respect arch specific lib dir
Expand Down
2 changes: 1 addition & 1 deletion rpm/libwspcodec.spec
@@ -1,5 +1,5 @@
Name: libwspcodec
Version: 2.2.2
Version: 2.2.3
Release: 0
Summary: WSP encoder and decoder library
Group: Development/Libraries
Expand Down

0 comments on commit eeb05b4

Please sign in to comment.