comparison lisp/version.el @ 80371:38920de54b5d

Bump version to 22.2.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 26 Mar 2008 13:47:40 +0000
parents 87755d3a7360
children ae64208efa27
comparison
equal deleted inserted replaced
80370:9f2607b80f40 80371:38920de54b5d
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." 30 (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc."
31 "Short copyright string for this version of Emacs.") 31 "Short copyright string for this version of Emacs.")
32 32
33 (defconst emacs-version "22.1.92" "\ 33 (defconst emacs-version "22.2" "\
34 Version numbers of this version of Emacs.") 34 Version numbers of this version of Emacs.")
35 35
36 (defconst emacs-major-version 36 (defconst emacs-major-version
37 (progn (string-match "^[0-9]+" emacs-version) 37 (progn (string-match "^[0-9]+" emacs-version)
38 (string-to-number (match-string 0 emacs-version))) 38 (string-to-number (match-string 0 emacs-version)))