diff options
| author | Kenichi Handa | 2002-03-01 02:00:58 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-01 02:00:58 +0000 |
| commit | 47351009e6397b8e2db50586d8227afb6787b5b3 (patch) | |
| tree | d50861d150bb6cd71da62a376d0c7f956168cd47 | |
| parent | 5bb65bd43c3604dc55f2741f9e1a3a30c3a33c6e (diff) | |
| download | emacs-47351009e6397b8e2db50586d8227afb6787b5b3.tar.gz emacs-47351009e6397b8e2db50586d8227afb6787b5b3.zip | |
(emacs-version): Set to "22.0.0".
| -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 1eea92e727c..8a68c6f4a53 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (defconst emacs-version "21.2.50" "\ | 30 | (defconst emacs-version "22.0.0" "\ |
| 31 | Version numbers of this version of Emacs.") | 31 | Version numbers of this version of Emacs.") |
| 32 | 32 | ||
| 33 | (defconst emacs-major-version | 33 | (defconst emacs-major-version |