From a5ced91829abf5ca8ca82f9faa2710f5ffd08d1e Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Mon, 10 Apr 2017 15:23:43 +0300 Subject: [PATCH] Bump mce-dev version to 1.22.0 --- debian/changelog | 6 ++++++ mce.pc | 2 +- rpm/mce-headers.spec | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2076b2d..643a8e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mce-dev (1.22.0) unstable; urgency=low + + * [mce] Add input policy related D-Bus constants. JB#38001 + + -- Simo Piiroinen Mon, 10 Apr 2017 15:22:37 +0300 + mce-dev (1.21.0) unstable; urgency=low * [mce] Expose battery/charging data on D-Bus. Contributes to JB#37422 diff --git a/mce.pc b/mce.pc index d60fca6..25a7772 100644 --- a/mce.pc +++ b/mce.pc @@ -3,7 +3,7 @@ includedir=${prefix}/include Name: mce Description: Mode Control Entity -Version: 1.21.0 +Version: 1.22.0 Requires: Libs: Cflags: -I${includedir} diff --git a/rpm/mce-headers.spec b/rpm/mce-headers.spec index 94498aa..b9423a5 100644 --- a/rpm/mce-headers.spec +++ b/rpm/mce-headers.spec @@ -1,6 +1,6 @@ Name: mce-headers Summary: Development files for mce -Version: 1.21.0 +Version: 1.22.0 Release: 1 Group: Development/Libraries License: LGPLv2 @@ -25,6 +25,7 @@ provided by the Mode Control Entity, and the signals emitted by it. %setup -q -n %{name}-%{version} %build +./verify_version make %{?jobs:-j%jobs} make doc