aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--emms.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 47a40c8..4004a27 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.41
+VERSION=5.42
.PHONY: all install docs clean
.PRECIOUS: %.elc
diff --git a/emms.el b/emms.el
index 1f49e73..0a186be 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.41
+;; Version: 5.42
;; 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.41"
+(defvar emms-version "5.42"
"EMMS version string.")