branch: externals/emms
commit 6fad47928d78f652669563216a7d939ad4c1c104
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>

    update NEWS and version bump
---
 Makefile | 2 +-
 NEWS     | 3 +++
 emms.el  | 4 ++--
 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 <[email protected]>, the Emms developers (see AUTHORS 
file)
 ;; Maintainer: Yoni Rabkin <[email protected]>
-;; 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.")
 
 

Reply via email to