From 3d343eafa6a23a877ef30e244c48d9d8c155c4bd Mon Sep 17 00:00:00 2001 From: Peter Lamby Date: Mon, 5 Jan 2015 11:06:38 +0100 Subject: [PATCH] Update relevant files vor v1.6 --- README | 2 +- configure.ac | 2 +- src/mpris.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 0dd1218..45962d8 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ will only support version two. - make install ==== For Users ==== -- Grab the tarball from https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.4/deadbeef-mpris2-plugin-1.5.tar.xz +- Grab the tarball from https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.6/deadbeef-mpris2-plugin-1.6.tar.xz - ./configure - make install diff --git a/configure.ac b/configure.ac index ad80430..a412e55 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.5], [peterlamby@web.de]) +AC_INIT([deadbeef-mpris2-plugin], [1.6], [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 67ea3b3..255be7d 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 = 5, + .plugin.version_minor = 6, .plugin.id = "mpris", .plugin.name ="MPRISv2 plugin", .plugin.descr = "Communicate with other applications using D-Bus.",