Skip to content

Commit

Permalink
[libmce-glib] Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Aug 22, 2019
1 parent f5a3cb1 commit cf94edd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 5
VERSION_RELEASE = 6

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
libmce-glib (1.0.6) unstable; urgency=low

* Added MceBattery object
* Added MceCharger object

-- Slava Monich <slava.monich@jolla.com> Thu, 22 Aug 2019 12:14:38 +0300

libmce-glib (1.0.5) unstable; urgency=low

* Added remove_all_handlers macros
Expand Down
4 changes: 2 additions & 2 deletions rpm/libmce-glib.spec
@@ -1,10 +1,10 @@
Name: libmce-glib
Version: 1.0.4
Version: 1.0.6
Release: 0
Summary: MCE client library
Group: Development/Libraries
License: BSD
URL: https://git.merproject.org/mer-core/libmce-glib
URL: https://git.sailfishos.org/mer-core/libmce-glib
Source: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libglibutil)
Expand Down

0 comments on commit cf94edd

Please sign in to comment.