Mercurial > emacs
comparison lisp/version.el @ 33655:4e6f5b318d20
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 20 Nov 2000 19:45:48 +0000 |
parents | 7b19aea98ebe |
children | e5e08f592f90 |
comparison
equal
deleted
inserted
replaced
33654:75dc719a7183 | 33655:4e6f5b318d20 |
---|---|
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
23 ;; Boston, MA 02111-1307, USA. | 23 ;; Boston, MA 02111-1307, USA. |
24 | 24 |
25 ;;; Code: | 25 ;;; Code: |
26 | 26 |
27 (defconst emacs-version "21.0.91" "\ | 27 (defconst emacs-version "21.0.92" "\ |
28 Version numbers of this version of Emacs.") | 28 Version numbers of this version of Emacs.") |
29 | 29 |
30 (defconst emacs-major-version | 30 (defconst emacs-major-version |
31 (progn (string-match "^[0-9]+" emacs-version) | 31 (progn (string-match "^[0-9]+" emacs-version) |
32 (string-to-int (match-string 0 emacs-version))) | 32 (string-to-int (match-string 0 emacs-version))) |