From aa002cbe8a3c653f8f794ab6e0c2a3e519a9e336 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sat, 11 Feb 2017 18:03:14 +0300 Subject: [PATCH] [libmce-glib] Version 1.0.4 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libmce-glib.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e501fee..acb5740 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 3 +VERSION_RELEASE = 4 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index c98ea2d..8001918 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libmce-glib (1.0.4) unstable; urgency=low + + * Fixed MceTklock initialization bug + + -- Slava Monich Sat, 11 Feb 2017 18:01:28 +0300 + libmce-glib (1.0.3) unstable; urgency=low * Initialize D-Bus proxies asynchronously diff --git a/rpm/libmce-glib.spec b/rpm/libmce-glib.spec index e333ac7..1d4db40 100644 --- a/rpm/libmce-glib.spec +++ b/rpm/libmce-glib.spec @@ -1,5 +1,5 @@ Name: libmce-glib -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: MCE client library Group: Development/Libraries