Skip to content

Commit

Permalink
Bump dsme version to 0.79.8
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Sep 6, 2019
1 parent 0ac42bf commit f9eb0c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- -*- mode: sh -*-
# Package version
VERSION := 0.79.7
VERSION := 0.79.8

# 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.79.7)
AC_INIT(dsme, 0.79.8)

AM_INIT_AUTOMAKE

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

* [dsme] Work around snprintf() warnings. Contributes to JB#46923

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Fri, 06 Sep 2019 10:33:20 +0300

dsme (0.79.7) precise; urgency=low

* [dsme] Remove python dependency. Contributes to JB#45853
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.79.7
Version: 0.79.8
Release: 0
Group: System/System Control
License: LGPLv2+
Expand Down

0 comments on commit f9eb0c1

Please sign in to comment.