diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2019-11-01 09:55:10 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2019-11-01 09:55:10 -0400 |
commit | a8075b52fa75c5b53892214e6ca89fe0b42a04bf (patch) | |
tree | 7a0b193c4e9097ad70b9866646cec31b5e5c5069 | |
parent | 2bad5e6cf7442cff492cafe896c47719ae77b8fb (diff) |
Bump to 5.3.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | lisp/emms.el | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -20,7 +20,7 @@ INSTALLINFO = /usr/bin/install-info --info-dir=$(INFODIR) CHANGELOG_CMD = git log --pretty=medium --no-merges # The currently released version of EMMS -VERSION=5.2 +VERSION=5.3 .PHONY: all install lisp docs deb-install clean .PRECIOUS: %.elc @@ -1,7 +1,9 @@ News since version 5.2 - - emms-volume-mixerctl.el: implementation for changing volume using - mixerctl. + - emms-volume-mixerctl.el: mixerctl volume control. + - emms-playlist-save: improve behavior. + - emms-playing-time: add a count-down timer display style. + - Try to auto-detect the appropriate volume control. News since version 5.1 diff --git a/lisp/emms.el b/lisp/emms.el index fc92e81..534d794 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -42,7 +42,7 @@ ;;; Code: -(defvar emms-version "5.2" +(defvar emms-version "5.3" "EMMS version string.") |