diff options
-rw-r--r-- | RELEASE | 12 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | emms.el | 3 |
3 files changed, 14 insertions, 7 deletions
@@ -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) @@ -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.") |