Skip to content

Commit

Permalink
Version 1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jul 31, 2019
1 parent e56922c commit 411be25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 37
VERSION_RELEASE = 38

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
@@ -1,6 +1,12 @@
libglibutil (1.0.38) unstable; urgency=low

* Added gutil_data_has_prefix() and gutil_data_has_suffix()

-- Slava Monich <slava.monich@jolla.com> Thu, 01 Aug 2019 00:13:32 +0300

libglibutil (1.0.37) unstable; urgency=low

* Handle empty log prefix as no prefix at all
* Added gutil_bytes_concat() and gutil_bytes_xor()

-- Slava Monich <slava.monich@jolla.com> Tue, 23 Jul 2019 21:17:18 +0300

Expand Down
2 changes: 1 addition & 1 deletion rpm/libglibutil.spec
@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.37
Version: 1.0.38
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries
Expand Down

0 comments on commit 411be25

Please sign in to comment.