diff --git a/Makefile b/Makefile index 219f4aa..41c39aa 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/debian/changelog b/debian/changelog index 509891e..d4e25ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,18 @@ +libmce-glib (1.0.9) unstable; urgency=low + + * Ignore GLib deprecation warnings + + -- Slava Monich Sun, 08 Mar 2020 16:30:35 +0200 + libmce-glib (1.0.8) unstable; urgency=low - * Avoid overlinking. + * Avoid overlinking -- Slava Monich 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 Fri, 30 Aug 2019 18:14:21 +0300 diff --git a/rpm/libmce-glib.spec b/rpm/libmce-glib.spec index 287c1d7..df3dec7 100644 --- a/rpm/libmce-glib.spec +++ b/rpm/libmce-glib.spec @@ -1,5 +1,5 @@ Name: libmce-glib -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: MCE client library Group: Development/Libraries