diff --git a/Makefile.custom b/Makefile.custom index c51ebb0..ac2567d 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.81.5 +VERSION := 0.81.6 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 41fc0dd..8e2c6f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.81.5) +AC_INIT(dsme, 0.81.6) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([dbus-gmain]) diff --git a/debian/changelog b/debian/changelog index 4b9ce3d..3d632b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dsme (0.81.6) precise; urgency=low + + * [tests] Remove libdbus-glib dependency from test cases. JB#51115 + + -- Simo Piiroinen Fri, 04 Dec 2020 11:12:02 +0200 + dsme (0.81.5) precise; urgency=low * [dsme] Modernize configure.ac diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 7180a1d..a594699 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.81.5 +Version: 0.81.6 Release: 0 License: LGPLv2+ URL: https://git.sailfishos.org/mer-core/dsme