Skip to content

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
Version 0.4.0 adds features and bugfixes:

* List players with cli `-l` option
* Fix bug in build for some platforms
* Remove claim of mplayer support
  • Loading branch information
Tony Crisci committed Sep 7, 2014
1 parent a3686da commit 376de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m4_define([playerctl_major_version], [0])
m4_define([playerctl_minor_version], [3])
m4_define([playerctl_minor_version], [4])
m4_define([playerctl_micro_version], [0])

m4_define([playerctl_version], [playerctl_major_version.playerctl_minor_version.playerctl_micro_version])
Expand Down

0 comments on commit 376de90

Please sign in to comment.