diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | emms.el | 4 |
2 files changed, 3 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.41 +VERSION=5.42 .PHONY: all install docs clean .PRECIOUS: %.elc @@ -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.") |