Skip to content

Commit

Permalink
Version 1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 5, 2021
1 parent 5de5f47 commit c988372
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 @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 52
VERSION_RELEASE = 53

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

* Optimized gutil_parse_int()
* Added gutil_parse_uint()

-- Slava Monich <slava.monich@jolla.com> Wed, 05 May 2021 15:30:57 +0300

libglibutil (1.0.52) unstable; urgency=low

* Added gutil_memdup()
Expand Down
2 changes: 1 addition & 1 deletion rpm/libglibutil.spec
@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.52
Version: 1.0.53
Release: 0
Summary: Library of glib utilities
License: BSD
Expand Down

0 comments on commit c988372

Please sign in to comment.