summaryrefslogtreecommitdiff
path: root/lisp/version.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-02-26 22:09:45 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-02-26 22:09:45 -0500
commit5d752593a519896d2c849e5917b23fcbdc753b15 (patch)
treec05e1c048e1a45a514a4074bd1acc51fa1bac07a /lisp/version.el
parent4ed28cf4e5fe36f460adb103865c3adcbad62da3 (diff)
downloademacs-5d752593a519896d2c849e5917b23fcbdc753b15.tar.gz
Bump version to 23.1.93; regenerate AUTHORS.
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el2
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))) "\