comparison lisp/version.el @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 8d2a9b52c682
children ee648375d8d6
comparison
equal deleted inserted replaced
47:11c6df210d7f 48:56c54cf7c5b6
21 21
22 ;;; Code: 22 ;;; Code:
23 23
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.16" "\
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"))) 29 (setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta90)")))
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)))