comparison lisp/version.el @ 74067:31f3e5f2df5c

Bump version to 22.0.91
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 18 Nov 2006 21:45:26 +0000
parents 16133e335cb5
children 73ea4cc2cd07 c71725faff1a
comparison
equal deleted inserted replaced
74066:002503018f10 74067:31f3e5f2df5c
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-version "22.0.90" "\ 30 (defconst emacs-version "22.0.91" "\
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)))