Version 1.0.30
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ all: debug release pkgconfig
|
|||||||
|
|
||||||
VERSION_MAJOR = 1
|
VERSION_MAJOR = 1
|
||||||
VERSION_MINOR = 0
|
VERSION_MINOR = 0
|
||||||
VERSION_RELEASE = 29
|
VERSION_RELEASE = 30
|
||||||
|
|
||||||
# Version for pkg-config
|
# Version for pkg-config
|
||||||
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
|
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
|
||||||
|
|||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
|
libglibutil (1.0.29) unstable; urgency=low
|
||||||
|
|
||||||
* Added gutil_hexdump function
|
* Added gutil_hexdump function
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: libglibutil
|
Name: libglibutil
|
||||||
Version: 1.0.29
|
Version: 1.0.30
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library of glib utilities
|
Summary: Library of glib utilities
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user