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