aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--emms.el4
3 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4004a27..74f3cd2 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/NEWS b/NEWS
index a66d81b..24f0420 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/emms.el b/emms.el
index 0180d76..7cc315f 100644
--- a/emms.el
+++ b/emms.el
@@ -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.")