Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump dsme version to 0.81.1
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Jul 8, 2020
1 parent d070f70 commit 65f3eba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- -*- mode: sh -*-
# Package version
VERSION := 0.81.0
VERSION := 0.81.1

# Dummy default install dir - override from packaging scripts
DESTDIR ?= /tmp/dsme-test-install
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Package name and version
AC_INIT(dsme, 0.81.0)
AC_INIT(dsme, 0.81.1)

AM_INIT_AUTOMAKE

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
dsme (0.81.1) precise; urgency=low

* [aarch64] Do not hardcode libdir. Contributes to JB#49681
* [aarch64] Fix location of systemd unit files. Contributes to JB#49681

-- Matti Kosola <matti.kosola@jollamobile.com> Wed, 08 Jul 2020 09:12:38 +0300

dsme (0.81.0) precise; urgency=low

* [packaging] Add dsme-plugin-devel package. Fixes JB#49564
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.81.0
Version: 0.81.1
Release: 0
License: LGPLv2+
URL: https://git.sailfishos.org/mer-core/dsme
Expand Down

0 comments on commit 65f3eba

Please sign in to comment.