diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-02-26 22:09:45 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-02-26 22:09:45 -0500 |
commit | b13d8e2e356207469469bf63afa72aeb8a3d3352 (patch) | |
tree | b83da1f83789dad2e215bf8fc795313c4fe7cdef /lisp/version.el | |
parent | 0d53d7ebae85393e5135cdb193be7c39be91797a (diff) | |
download | emacs-b13d8e2e356207469469bf63afa72aeb8a3d3352.tar.gz |
Bump version to 23.1.93; regenerate AUTHORS.
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 ba963eab5e9..905733a56b3 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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.1.92" "\ +(defconst emacs-version "23.1.93" "\ 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))) "\ |