comparison lisp/version.el @ 77859:5cf7cd52e902

Increment version to 22.1.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 02 Jun 2007 11:09:25 +0000
parents fb266235bcb8
children 3f871c5f3357
comparison
equal deleted inserted replaced
77858:815150a147ce 77859:5cf7cd52e902
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-version "22.0.990" "\ 30 (defconst emacs-version "22.1" "\
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)))