Mercurial > emacs
comparison lisp/version.el @ 77742:fb266235bcb8 EMACS_PRETEST_22_0_990
Bump version to 22.0.990
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 17 May 2007 18:55:36 +0000 |
parents | 52892ee11ad3 |
children | 5cf7cd52e902 |
comparison
equal
deleted
inserted
replaced
77741:d6bccf97e3e1 | 77742:fb266235bcb8 |
---|---|
25 | 25 |
26 ;;; Commentary: | 26 ;;; Commentary: |
27 | 27 |
28 ;;; Code: | 28 ;;; Code: |
29 | 29 |
30 (defconst emacs-version "22.0.99" "\ | 30 (defconst emacs-version "22.0.990" "\ |
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))) |