Skip to content

Commit

Permalink
Version 1.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Nov 10, 2019
1 parent c8bcb2d commit 8b3a22e
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 = 40
VERSION_RELEASE = 41

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libglibutil (1.0.41) unstable; urgency=low

* Added gutil_bytes_equal() and gutil_bytes_equal_data()

-- Slava Monich <slava.monich@jolla.com> Sun, 10 Nov 2019 17:14:19 +0300

libglibutil (1.0.40) unstable; urgency=low

* Added gutil_strv_bsearch()
Expand Down
4 changes: 2 additions & 2 deletions rpm/libglibutil.spec
@@ -1,10 +1,10 @@
Name: libglibutil
Version: 1.0.40
Version: 1.0.41
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries
License: BSD
URL: https://git.merproject.org/mer-core/libglibutil
URL: https://git.sailfishos.org/mer-core/libglibutil
Source: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(glib-2.0)
Requires(post): /sbin/ldconfig
Expand Down

0 comments on commit 8b3a22e

Please sign in to comment.