diff options
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/version.el b/lisp/version.el index 1657dc0e270..9b6f06f2eff 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -27,6 +27,9 @@ ;;; Code: +(defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." + "Short copyright string for this version of Emacs.") + (defconst emacs-version "22.1.50" "\ Version numbers of this version of Emacs.") |