Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Update relevant files vor v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Lamby committed Jan 5, 2015
1 parent 69279e1 commit 3d343ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion src/mpris.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 3d343ea

Please sign in to comment.