Mercurial > emacs
diff lisp/version.el @ 111933:5032326a2135 EMACS_PRETEST_23_2_91
Bump version to 23.2.91.
Regenerate configure and ldefs-boot.el.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 10 Dec 2010 12:46:40 -0500 |
parents | da3121d12212 |
children | 794f724ca655 |
line wrap: on
line diff
--- a/lisp/version.el Fri Dec 10 05:14:57 2010 +0100 +++ b/lisp/version.el Fri Dec 10 12:46:40 2010 -0500 @@ -32,7 +32,7 @@ (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") -(defconst emacs-version "23.2.90" "\ +(defconst emacs-version "23.2.91" "\ Version numbers of this version of Emacs.") (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\