aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yonirabkin@member.fsf.org>2014-06-30 15:05:41 -0400
committerYoni Rabkin <yonirabkin@member.fsf.org>2014-06-30 15:05:41 -0400
commit8c3d80db566c96255b31b4ca8826c858a1a1cfb7 (patch)
tree1e832b68b5f0257ef700645db9e9a9bd15a5e7e7
parentb6cac2188d736452124aaabc86edf8baf97abe21 (diff)
Bump makefile release version.
-rw-r--r--Makefile2
-rw-r--r--doc/developer-release.txt (renamed from RELEASE)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3f73b93..70618a1 100644
--- a/Makefile
+++ b/Makefile
@@ -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