diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | doc/developer-release.txt (renamed from RELEASE) | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ INSTALLINFO = /usr/bin/install-info --info-dir=$(INFODIR)  CHANGELOG_CMD = git log --pretty=medium --no-merges  # The currently released version of EMMS -VERSION=3.0 +VERSION=4.0  .PHONY: all install lisp docs deb-install clean  .PRECIOUS: %.elc diff --git a/RELEASE b/doc/developer-release.txt index 55348e0..a2553c7 100644 --- a/RELEASE +++ 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. -1) Increase the version number in emms.el +1) Increase the version number in emms.el and Makefile  2) Update NEWS  3) Run make release  4) Run make upload  | 
