diff options
| author | Chong Yidong | 2007-04-17 01:38:44 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-17 01:38:44 +0000 |
| commit | 48742df4f49c5e9f1a2b69c0bdb685c2bca0ce68 (patch) | |
| tree | 5935e8806831f101a4d025191f3b0d5a74145e44 /lisp | |
| parent | bdbfe3bfd60b514733b77cfd7debe66e1b3a60f8 (diff) | |
| download | emacs-48742df4f49c5e9f1a2b69c0bdb685c2bca0ce68.tar.gz emacs-48742df4f49c5e9f1a2b69c0bdb685c2bca0ce68.zip | |
Bump version to 22.0.98.
Diffstat (limited to 'lisp')
| -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 6548157c7af..371963daa43 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 "22.0.97" "\ | 30 | (defconst emacs-version "22.0.98" "\ |
| 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 |