diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | lisp/version.el | 2 | ||||
| -rw-r--r-- | man/emacs.texi | 2 |
3 files changed, 3 insertions, 3 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | This directory tree holds version 21.0.104 of GNU Emacs, the extensible, | 1 | This directory tree holds version 21.0.105 of GNU Emacs, the extensible, |
| 2 | customizable, self-documenting real-time display editor. | 2 | customizable, self-documenting real-time display editor. |
| 3 | 3 | ||
| 4 | You may encounter bugs in this release. If you do, please report | 4 | You may encounter bugs in this release. If you do, please report |
diff --git a/lisp/version.el b/lisp/version.el index 6014df807fd..297174e4606 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | ;;; Code: | 26 | ;;; Code: |
| 27 | 27 | ||
| 28 | (defconst emacs-version "21.0.104" "\ | 28 | (defconst emacs-version "21.0.105" "\ |
| 29 | Version numbers of this version of Emacs.") | 29 | Version numbers of this version of Emacs.") |
| 30 | 30 | ||
| 31 | (defconst emacs-major-version | 31 | (defconst emacs-major-version |
diff --git a/man/emacs.texi b/man/emacs.texi index a382f16aa09..f93923c5c73 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | @c The edition number appears in several places in this file | 9 | @c The edition number appears in several places in this file |
| 10 | @set EDITION Fourteenth | 10 | @set EDITION Fourteenth |
| 11 | @set EMACSVER 21.0.104 | 11 | @set EMACSVER 21.0.105 |
| 12 | 12 | ||
| 13 | @ifnottex | 13 | @ifnottex |
| 14 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, | 14 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, |