diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | emms.el | 4 |
3 files changed, 6 insertions, 3 deletions
@@ -23,7 +23,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.42 +VERSION=6.00 .PHONY: all install docs clean .PRECIOUS: %.elc @@ -2,6 +2,9 @@ News since version 5.4 - Emms is now available via the GNU ELPA repository. - New info method: tinytag. + - New info method: exiftool. + - emms-volume.el: Fix missing quote in emms-volume-change-function. + - namespace cleanup (emms-later-do.el). News since version 5.3 @@ -5,7 +5,7 @@ ;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file) ;; Maintainer: Yoni Rabkin <yrk@gnu.org> -;; Version: 5.43 +;; Version: 6.00 ;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia ;; Package-Type: multi ;; Package-Requires: ((cl-lib "0.5")) @@ -45,7 +45,7 @@ ;;; Code: -(defvar emms-version "5.43" +(defvar emms-version "6.00" "EMMS version string.") |