diff options
-rw-r--r-- | doc/developer-release.txt | 2 | ||||
-rw-r--r-- | lisp/emms.el | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt index 92be553..485b5fa 100644 --- a/doc/developer-release.txt +++ b/doc/developer-release.txt @@ -1,7 +1,7 @@ This file tries to list the things people have to do before they do a release. -* Increase the version number in emms.el and Makefile +* Increase the version number in emms.el (both variable and elpa header) and Makefile * Update NEWS diff --git a/lisp/emms.el b/lisp/emms.el index 5a220b4..20bb580 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -3,10 +3,12 @@ ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, ;; 2009, 2018 Free Software Foundation, Inc. -;; Author: Jorgen Schäfer <forcer@forcix.cx> -;; Keywords: emms, mp3, mpeg, multimedia +;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file) +;; Maintainer: Yoni Rabkin <yrk@gnu.org> +;; Version: 5.4 +;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia ;; Package-Requires: ((cl-lib "0.5")) -;; Homepage: http://www.gnu.org/software/emms/ +;; url: https://www.gnu.org/software/emms/ ;; This file is part of EMMS. |