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

Commit

Permalink
Update Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Lamby committed Dec 24, 2014
1 parent 7a6c77b commit e4b7f3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ will only support version two.
- make install

==== For Users ====
- Grab the tarball from https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.3/deadbeef-mpris2-plugin-1.3.tar.xz
- Grab the tarball from https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.4/deadbeef-mpris2-plugin-1.4.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.3], [peterlamby@web.de])
AC_INIT([deadbeef-mpris2-plugin], [1.4], [peterlamby@web.de])
AC_CONFIG_SRCDIR([src/mpris.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
4 changes: 2 additions & 2 deletions src/mpris.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ DB_misc_t plugin = {
.plugin.api_vmajor = DB_API_VERSION_MAJOR,\
.plugin.api_vminor = DB_API_VERSION_MINOR,
.plugin.type = DB_PLUGIN_MISC,
.plugin.version_major = 2,
.plugin.version_minor = 3,
.plugin.version_major = 1,
.plugin.version_minor = 4,
.plugin.id = "mpris",
.plugin.name ="MPRISv2 plugin",
.plugin.descr = "Communicate with other applications using D-Bus.",
Expand Down

0 comments on commit e4b7f3d

Please sign in to comment.