Version 1.0.7

This commit is contained in:
Slava Monich
2019-08-30 18:20:40 +03:00
parent a0632c6d2f
commit 517cdafd22
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 = 6
VERSION_RELEASE = 7
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libmce-glib (1.0.7) unstable; urgency=low
* Allow use of CC & LDFLAGS defined by build system.
-- Slava Monich <slava.monich@jolla.com> Fri, 30 Aug 2019 18:14:21 +0300
libmce-glib (1.0.6) unstable; urgency=low
* Added MceBattery object

View File

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