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 7fc93d363dc..ffc38f50250 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." | 30 | (defconst emacs-copyright "Copyright (C) 2007 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 "23.0.51" "\ | 33 | (defconst emacs-version "22.1.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 |