diff options
| author | Chong Yidong | 2008-03-26 16:49:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-26 16:49:50 +0000 |
| commit | a8da49fb71368e5069302bca516d429ba6c57d78 (patch) | |
| tree | 2940a09cb03e5d2b125a19108e914ab889df7633 /lisp | |
| parent | a7efa41c937eacbc0e9d87d114828f3c3f232836 (diff) | |
| download | emacs-a8da49fb71368e5069302bca516d429ba6c57d78.tar.gz emacs-a8da49fb71368e5069302bca516d429ba6c57d78.zip | |
Bump version to 22.2.50.
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 2a72c6e16b7..b74d897a0b6 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." | 30 | (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." |
| 31 | "Short copyright string for this version of Emacs.") | 31 | "Short copyright string for this version of Emacs.") |
| 32 | 32 | ||
| 33 | (defconst emacs-version "22.2" "\ | 33 | (defconst emacs-version "22.2.50" "\ |
| 34 | Version numbers of this version of Emacs.") | 34 | Version numbers of this version of Emacs.") |
| 35 | 35 | ||
| 36 | (defconst emacs-major-version | 36 | (defconst emacs-major-version |