diff --git a/Makefile b/Makefile index 0fcbb01..5cd6564 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ all: debug release pkgconfig # VERSION_MAJOR = 1 -VERSION_MINOR = 0 -VERSION_RELEASE = 13 +VERSION_MINOR = 1 +VERSION_RELEASE = 0 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 6c606e5..2382fe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libmce-glib (1.1.0) unstable; urgency=low + + * Add an example application + * Add MceInactivity object + + -- Simo Piiroinen Mon, 08 May 2023 10:46:08 +0300 + libmce-glib (1.0.13) unstable; urgency=low * Shuffled includes a bit diff --git a/rpm/libmce-glib.spec b/rpm/libmce-glib.spec index 30df76a..0673af8 100644 --- a/rpm/libmce-glib.spec +++ b/rpm/libmce-glib.spec @@ -1,6 +1,6 @@ Name: libmce-glib -Version: 1.0.13 +Version: 1.1.0 Release: 0 Summary: MCE client library License: BSD