Version 1.0.10

This commit is contained in:
Slava Monich
2020-05-25 15:13:02 +03:00
parent be3d072c68
commit f9139dd620
3 changed files with 9 additions and 2 deletions

View File

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

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libmce-glib (1.0.10) unstable; urgency=low
* Hide internal symbols
* Respect arch specific lib dir
-- Slava Monich <slava.monich@jolla.com> Mon, 25 May 2020 15:11:04 +0300
libmce-glib (1.0.9) unstable; urgency=low libmce-glib (1.0.9) unstable; urgency=low
* Ignore GLib deprecation warnings * Ignore GLib deprecation warnings

View File

@@ -1,5 +1,5 @@
Name: libmce-glib Name: libmce-glib
Version: 1.0.9 Version: 1.0.10
Release: 0 Release: 0
Summary: MCE client library Summary: MCE client library
Group: Development/Libraries Group: Development/Libraries