Skip to content

Commit

Permalink
Release Emacs Muse 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolson committed Aug 25, 2007
1 parent 21ed386 commit 2081638
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-08-24 Michael Olson <mwolson@gnu.org>

* Release Emacs Muse 3.11.

* AUTHORS: Add new authors for contrib files.

* NEWS: Add entries for Muse 3.11.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.defs.default
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_info = install-info --info-dir=$(INFODIR) $(1) || :
# Useful only for the maintainer
PROJECT = muse
DEBNAME = muse-el
VERSION = 3.10
VERSION = 3.11
MANUAL = muse
LASTUPLOAD = 3.03-1
BUILDOPTS =
Expand Down
6 changes: 3 additions & 3 deletions lisp/muse.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Emacs Lisp Archive Entry
;; Filename: muse.el
;; Version: 3.10
;; Date: Thu 16-Aug-2007
;; Version: 3.11
;; Date: Fri 24-Aug-2007
;; Keywords: hypermedia
;; Author: John Wiegley (johnw AT gnu DOT org)
;; Maintainer: Michael Olson <mwolson@gnu.org>
Expand Down Expand Up @@ -48,7 +48,7 @@
;; Indicate that this version of Muse supports nested tags
(provide 'muse-nested-tags)

(defvar muse-version "3.10"
(defvar muse-version "3.11"
"The version of Muse currently loaded")

(defun muse-version (&optional insert)
Expand Down
2 changes: 1 addition & 1 deletion texi/muse.texi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@syncodeindex fn cp

@copying
This manual is for Emacs Muse version 3.10.
This manual is for Emacs Muse version 3.11.

Copyright @copyright{} 2004, 2005, 2006,
2007 Free Software Foundation, Inc.
Expand Down

0 comments on commit 2081638

Please sign in to comment.