From fc6055960092d821ae6c379a0e6bf9c36cf288c2 Mon Sep 17 00:00:00 2001 From: Peter Lamby Date: Sun, 15 Mar 2015 17:20:19 +0100 Subject: [PATCH] - update files for version 1.8 --- README | 2 +- configure.ac | 2 +- src/mpris.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dc02a89..7731da8 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ will only support version two. - make install ==== For Users ==== -- Grab the tarball from https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.7/deadbeef-mpris2-plugin-1.7.tar.xz +- Grab the tarball from https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.8/deadbeef-mpris2-plugin-1.8.tar.xz - ./configure - make install diff --git a/configure.ac b/configure.ac index 292099a..9ca1a54 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([deadbeef-mpris2-plugin], [1.7], [peterlamby@web.de]) +AC_INIT([deadbeef-mpris2-plugin], [1.8], [peterlamby@web.de]) AC_CONFIG_SRCDIR([src/mpris.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/mpris.c b/src/mpris.c index 89af088..a91b592 100644 --- a/src/mpris.c +++ b/src/mpris.c @@ -117,7 +117,7 @@ DB_misc_t plugin = { .plugin.api_vminor = DB_API_VERSION_MINOR, .plugin.type = DB_PLUGIN_MISC, .plugin.version_major = 1, - .plugin.version_minor = 7, + .plugin.version_minor = 8, .plugin.id = "mpris", .plugin.name ="MPRISv2 plugin", .plugin.descr = "Communicate with other applications using D-Bus.",