Version 1.0.30

This commit is contained in:
Slava Monich
2018-07-20 00:08:09 +03:00
parent 06eeec1ec3
commit a158be7155
3 changed files with 8 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ all: debug release pkgconfig
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 29
VERSION_RELEASE = 30
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libglibutil (1.0.30) unstable; urgency=low
* Added gutil_parse_int function
-- Slava Monich <slava.monich@jolla.com> Fri, 20 Jul 2018 00:06:40 +0300
libglibutil (1.0.29) unstable; urgency=low
* Added gutil_hexdump function

View File

@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.29
Version: 1.0.30
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries