comparison lisp/version.el @ 80298:87755d3a7360 EMACS_PRETEST_22_1_92

Bump to version 22.1.92
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 07 Mar 2008 16:46:49 +0000
parents a9166737871f
children 38920de54b5d
comparison
equal deleted inserted replaced
80297:e9a07fb3b138 80298:87755d3a7360
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." 30 (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc."
31 "Short copyright string for this version of Emacs.") 31 "Short copyright string for this version of Emacs.")
32 32
33 (defconst emacs-version "22.1.91" "\ 33 (defconst emacs-version "22.1.92" "\
34 Version numbers of this version of Emacs.") 34 Version numbers of this version of Emacs.")
35 35
36 (defconst emacs-major-version 36 (defconst emacs-major-version
37 (progn (string-match "^[0-9]+" emacs-version) 37 (progn (string-match "^[0-9]+" emacs-version)
38 (string-to-number (match-string 0 emacs-version))) 38 (string-to-number (match-string 0 emacs-version)))