comparison lisp/version.el @ 77538:52892ee11ad3

Bump version to 22.0.99.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Apr 2007 02:28:19 +0000
parents 4f12dfa24414
children fb266235bcb8
comparison
equal deleted inserted replaced
77537:a2af59cab5cf 77538:52892ee11ad3
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-version "22.0.98" "\ 30 (defconst emacs-version "22.0.99" "\
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)))