comparison lisp/version.el @ 27531:f229eae65b02

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 31 Jan 2000 14:04:19 +0000
parents 903a19771606
children 419756e43257
comparison
equal deleted inserted replaced
27530:774df97ad330 27531:f229eae65b02
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 "20.5.92" "\ 27 (defconst emacs-version "21.0.90" "\
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)))