Skip to content

Commit

Permalink
Version 1.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Aug 27, 2019
1 parent d1d6df3 commit 3a2b50e
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 @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 38
VERSION_RELEASE = 39

# 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.39) unstable; urgency=low

* Allow use of CC defined by build system

-- Slava Monich <slava.monich@jolla.com> Tue, 27 Aug 2019 13:19:56 +0300

libglibutil (1.0.38) unstable; urgency=low

* Added gutil_data_has_prefix() and gutil_data_has_suffix()
Expand Down
2 changes: 1 addition & 1 deletion rpm/libglibutil.spec
@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.38
Version: 1.0.39
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries
Expand Down

0 comments on commit 3a2b50e

Please sign in to comment.