diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-01-29 21:09:50 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-01-29 21:09:50 -0500 |
commit | e1c6f91c71412abd720c2efde386d6bb15beb8cd (patch) | |
tree | 9c0ccd0e4e98390ae80020789b3a66984aa25c34 /lisp/version.el | |
parent | 007240bdfa7e22bf26a27717f171bb13b83571da (diff) | |
download | emacs-e1c6f91c71412abd720c2efde386d6bb15beb8cd.tar.gz |
Bump version to 23.1.92.
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 8b8cdb376e9..ba963eab5e9 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.91" "\ +(defconst emacs-version "23.1.92" "\ 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))) "\ |