comparison lisp/version.el @ 76097:323348e2f43f EMACS_PRETEST_22_0_94

Bump to version 22.0.94.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 23 Feb 2007 17:37:28 +0000
parents 509f6ba78c65
children 8e2b98658b15
comparison
equal deleted inserted replaced
76096:212f3587cdb8 76097:323348e2f43f
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-version "22.0.93" "\ 30 (defconst emacs-version "22.0.94" "\
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-int (match-string 0 emacs-version))) 35 (string-to-int (match-string 0 emacs-version)))