diff options
| -rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index 1768f9e0a66..ef0cd911e42 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | ;;; Code: | 25 | ;;; Code: |
| 26 | 26 | ||
| 27 | (defconst emacs-version "21.0.92" "\ | 27 | (defconst emacs-version "21.0.93" "\ |
| 28 | Version numbers of this version of Emacs.") | 28 | Version numbers of this version of Emacs.") |
| 29 | 29 | ||
| 30 | (defconst emacs-major-version | 30 | (defconst emacs-major-version |