comparison lisp/version.el @ 76265:2af668ab629d

Bump to 22.0.95.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Mar 2007 23:19:21 +0000
parents 8e2b98658b15
children bf05ba82e306 edf631bdbb7a ec58e5c426ef
comparison
equal deleted inserted replaced
76264:02b8936a414a 76265:2af668ab629d
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-version "22.0.94" "\ 30 (defconst emacs-version "22.0.95" "\
31 Version numbers of this version of Emacs.") 31 Version numbers of this version of Emacs.")
32 32
33 (defconst emacs-major-version 33 (defconst emacs-major-version
34 (progn (string-match "^[0-9]+" emacs-version) 34 (progn (string-match "^[0-9]+" emacs-version)
35 (string-to-number (match-string 0 emacs-version))) 35 (string-to-number (match-string 0 emacs-version)))