Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump mce-dev version to 1.22.0
  • Loading branch information
spiiroin committed Apr 10, 2017
1 parent edbd329 commit a5ced91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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 <simo.piiroinen@jollamobile.com> 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
Expand Down
2 changes: 1 addition & 1 deletion mce.pc
Expand Up @@ -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}
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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

Expand Down

0 comments on commit a5ced91

Please sign in to comment.