diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | lisp/version.el | 5 | ||||
-rw-r--r-- | man/emacs.texi | 6 |
3 files changed, 7 insertions, 6 deletions
@@ -1,4 +1,4 @@ -This directory tree holds version 21.0.93 of GNU Emacs, the extensible, +This directory tree holds version 21.0.94 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. You may encounter bugs in this release. If you do, please report diff --git a/lisp/version.el b/lisp/version.el index ef0cd911e42..66d61b2f5d5 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -1,6 +1,7 @@ ;;; version.el --- record version number of Emacs. -;;; Copyright (C) 1985, 1992, 1994, 1995, 1999 Free Software Foundation, Inc. +;;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000 +;;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal @@ -24,7 +25,7 @@ ;;; Code: -(defconst emacs-version "21.0.93" "\ +(defconst emacs-version "21.0.94" "\ Version numbers of this version of Emacs.") (defconst emacs-major-version diff --git a/man/emacs.texi b/man/emacs.texi index 8a8e2156673..4fb6af85042 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -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.93. +updated for Emacs version 21.0.94. @c Please REMEMBER to update edition number in *three* places in this file. @dircategory Emacs @@ -52,7 +52,7 @@ 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.93. +@center Fourteenth Edition, Updated for Emacs Version 21.0.94. @sp 5 @center Richard Stallman @page @@ -61,7 +61,7 @@ Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 199 Free Software Foundation, Inc. @sp 2 Fourteenth Edition @* -Updated for Emacs Version 21.0.93, @* +Updated for Emacs Version 21.0.94, @* August 2000 ISBN 1-882114-06-X |