Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/version.el Thu Dec 31 02:19:53 2009 +1300 +++ b/lisp/version.el Wed Dec 30 21:14:46 2009 -0500 @@ -32,7 +32,7 @@ (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") -(defconst emacs-version "23.1.90" "\ +(defconst emacs-version "23.1.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))) "\