comparison lisp/version.el @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 859a2309aef8
children 4103f0995bd7
comparison
equal deleted inserted replaced
21:b88636d63495 22:8fc7fe29b841
24 ;; The following line is modified automatically 24 ;; The following line is modified automatically
25 ;; by loading inc-version.el, each time a new Emacs is dumped. 25 ;; by loading inc-version.el, each time a new Emacs is dumped.
26 (defconst emacs-version "19.15" "\ 26 (defconst emacs-version "19.15" "\
27 Version numbers of this version of Emacs.") 27 Version numbers of this version of Emacs.")
28 28
29 (setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta93)"))) 29 (setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta94)")))
30 30
31 (defconst emacs-major-version 31 (defconst emacs-major-version
32 (progn (or (string-match "^[0-9]+" emacs-version) 32 (progn (or (string-match "^[0-9]+" emacs-version)
33 (error "emacs-version unparsable")) 33 (error "emacs-version unparsable"))
34 (string-to-int (match-string 0 emacs-version))) 34 (string-to-int (match-string 0 emacs-version)))