aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforcer <forcer>2006-09-03 11:57:00 +0000
committerforcer <mwolson@gnu.org>2006-09-03 11:57:00 +0000
commitfe7e71377c1794b0378690e1e5ea0e0c598c53ed (patch)
treef2e197b3d8e96b46aa0ea7dcd24cfca940f169b2
parent170f12730093f8a42981c926ff62c5e2df93ffac (diff)
Release 2.1 version update
darcs-hash:20060903115710-2189f-5eea9188fc963e1bd36d9343d5583df08790cdeb.gz
-rw-r--r--RELEASE12
-rw-r--r--debian/changelog6
-rw-r--r--emms.el3
3 files changed, 14 insertions, 7 deletions
diff --git a/RELEASE b/RELEASE
index 61f6d3f..c278cce 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,10 @@
This file tries to list the things people have to do before they do a
release.
-1) cvs2cl - This generates our ChangeLog
-2) Increase all version numbers in the files
-3) Try to compile
-4) make dist VER=2.3 [FIXME! make dist doesn't work yet *g*]
-5) Put the .tar.gz on the website and dupload the .deb
+1) Increase the version number in emms.el
+2) Add version to debian/changelog
+3) darcs changes > ChangeLog
+4) Create .tar.gz
+5) Build deb
+6) Put the .tar.gz on the website and dupload the .deb
+7) Update NEWS
diff --git a/debian/changelog b/debian/changelog
index cc898c5..65681d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emms (2.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Jorgen Schaefer <forcer@debian.org> Sun, 3 Sep 2006 13:54:07 +0200
+
emms (2.0-2) unstable; urgency=low
* Install info manual as well (Closes: #372953)
diff --git a/emms.el b/emms.el
index 69201c2..2ff6fd6 100644
--- a/emms.el
+++ b/emms.el
@@ -39,8 +39,7 @@
;;; Code:
-;; $Id: emms.el,v 1.63 2005/08/18 13:52:23 forcer Exp $
-(defvar emms-version "2.0"
+(defvar emms-version "2.1"
"EMMS version string.")