Set version to 21.0.96.
This commit is contained in:
parent
ac95a62196
commit
62a0a40b59
3 changed files with 8 additions and 8 deletions
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
This directory tree holds version 21.0.95 of GNU Emacs, the extensible,
|
||||
This directory tree holds version 21.0.96 of GNU Emacs, the extensible,
|
||||
customizable, self-documenting real-time display editor.
|
||||
|
||||
You may encounter bugs in this release. If you do, please report
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; version.el --- record version number of Emacs.
|
||||
|
||||
;;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000
|
||||
;;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001
|
||||
;;; Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(defconst emacs-version "21.0.95" "\
|
||||
(defconst emacs-version "21.0.96" "\
|
||||
Version numbers of this version of Emacs.")
|
||||
|
||||
(defconst emacs-major-version
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
@ifnottex
|
||||
@c The edition number appears in several places in this file
|
||||
This is the fourteenth edition of the @cite{GNU Emacs Manual},
|
||||
updated for Emacs version 21.0.95.
|
||||
updated for Emacs version 21.0.96.
|
||||
@c Please REMEMBER to update edition number in *three* places in this file.
|
||||
|
||||
@dircategory Emacs
|
||||
|
@ -20,7 +20,7 @@ Published by the Free Software Foundation
|
|||
59 Temple Place, Suite 330
|
||||
Boston, MA 02111-1307 USA
|
||||
|
||||
Copyright (C) 1985, 1986,1987,1993,1994,1995,1996,1997,1998,1999,2000
|
||||
Copyright (C) 1985, 1986,1987,1993,1994,1995,1996,1997,1998,1999,2000,2001
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
@ -52,16 +52,16 @@ Software Foundation raise funds for GNU development.''
|
|||
@sp 6
|
||||
@center @titlefont{GNU Emacs Manual}
|
||||
@sp 4
|
||||
@center Fourteenth Edition, Updated for Emacs Version 21.0.95.
|
||||
@center Fourteenth Edition, Updated for Emacs Version 21.0.96.
|
||||
@sp 5
|
||||
@center Richard Stallman
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
@sp 2
|
||||
Fourteenth Edition @*
|
||||
Updated for Emacs Version 21.0.95, @*
|
||||
Updated for Emacs Version 21.0.96, @*
|
||||
August 2000
|
||||
|
||||
ISBN 1-882114-06-X
|
||||
|
|
Loading…
Add table
Reference in a new issue