comparison lisp/version.el @ 106687:8c60b70f9505 EMACS_PRETEST_23_1_91

Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 30 Dec 2009 21:14:46 -0500
parents 2400073344ef
children f039ef236594
comparison
equal deleted inserted replaced
106686:c9e8b4313718 106687:8c60b70f9505
30 ;;; Code: 30 ;;; Code:
31 31
32 (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\ 32 (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\
33 Short copyright string for this version of Emacs.") 33 Short copyright string for this version of Emacs.")
34 34
35 (defconst emacs-version "23.1.90" "\ 35 (defconst emacs-version "23.1.91" "\
36 Version numbers of this version of Emacs.") 36 Version numbers of this version of Emacs.")
37 37
38 (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38 (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\
39 Major version number of this version of Emacs. 39 Major version number of this version of Emacs.
40 This variable first existed in version 19.23.") 40 This variable first existed in version 19.23.")