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

Commit

Permalink
- update files for version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Lamby committed Mar 15, 2015
1 parent d29d43f commit fc60559
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 @@ -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

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.7], [[email protected]])
AC_INIT([deadbeef-mpris2-plugin], [1.8], [[email protected]])
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 = 7,
.plugin.version_minor = 8,
.plugin.id = "mpris",
.plugin.name ="MPRISv2 plugin",
.plugin.descr = "Communicate with other applications using D-Bus.",
Expand Down

0 comments on commit fc60559

Please sign in to comment.