diff --git a/Makefile.custom b/Makefile.custom index 0d18bd8..8341756 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.81.2 +VERSION := 0.81.3 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 07ba3b8..e756d7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.81.2) +AC_INIT(dsme, 0.81.3) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index 81b8ae0..e344045 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dsme (0.81.3) precise; urgency=low + + * [iphb] Make RTC power on reliable. Contributes to JB#50354 + + -- Simo Piiroinen Tue, 25 Aug 2020 10:28:39 +0300 + dsme (0.81.2) precise; urgency=low * [runlevel] Fix whitespace issues diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 69de644..ecd91f5 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.81.2 +Version: 0.81.3 Release: 0 License: LGPLv2+ URL: https://git.sailfishos.org/mer-core/dsme