Version 1.0.9

This commit is contained in:
Slava Monich
2020-03-08 16:38:05 +02:00
parent f98df32c33
commit fb4d97ceeb
3 changed files with 10 additions and 4 deletions

View File

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

10
debian/changelog vendored
View File

@@ -1,12 +1,18 @@
libmce-glib (1.0.9) unstable; urgency=low
* Ignore GLib deprecation warnings
-- Slava Monich <slava.monich@jolla.com> Sun, 08 Mar 2020 16:30:35 +0200
libmce-glib (1.0.8) unstable; urgency=low
* Avoid overlinking.
* Avoid overlinking
-- Slava Monich <slava.monich@jolla.com> Tue, 05 Nov 2019 14:21:43 +0300
libmce-glib (1.0.7) unstable; urgency=low
* Allow use of CC & LDFLAGS defined by build system.
* Allow use of CC & LDFLAGS defined by build system
-- Slava Monich <slava.monich@jolla.com> Fri, 30 Aug 2019 18:14:21 +0300

View File

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