From 50775f6a88d890b2eeb68f6b029443faa186a714 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Thu, 7 Jun 2018 08:47:25 +0300 Subject: [PATCH] Bump dsme version to 0.79.3 --- Makefile.custom | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ rpm/dsme.spec | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile.custom b/Makefile.custom index b3364bf..521bf60 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.79.2 +VERSION := 0.79.3 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 8eafdab..01fe45b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.79.2) +AC_INIT(dsme, 0.79.3) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index 9d0a71f..a06fb3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dsme (0.79.3) precise; urgency=low + + * [configure] Add an explicit check for mce-dev. Fixes MER#1903 + + -- Simo Piiroinen Thu, 07 Jun 2018 08:41:08 +0300 + dsme (0.79.2) precise; urgency=low * [batterytracker] Fix logging format strings. JB#41302 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index d7cfa30..302cf48 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.79.2 +Version: 0.79.3 Release: 0 Group: System/System Control License: LGPLv2+