diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-12-30 21:14:46 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-12-30 21:14:46 -0500 |
commit | 829f35a5bb1a68526a3175542bad177420df1e1d (patch) | |
tree | 5248aea9d407131460adbf32d3a154f27ac9257b /lisp/version.el | |
parent | 7ee6c59b15451c40d5eec3844543391ee07f3afd (diff) | |
download | emacs-829f35a5bb1a68526a3175542bad177420df1e1d.tar.gz |
Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.emacs-pretest-23.1.91
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index 41bdf409f0d..92252f3a222 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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))) "\ |