Mercurial > emacs
diff lisp/version.el @ 108372:22f58204116d
Bump version to 23.2.50.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 08 May 2010 00:46:44 -0400 |
parents | bfc8980754ed |
children | da3121d12212 |
line wrap: on
line diff
--- a/lisp/version.el Fri May 07 23:28:26 2010 -0400 +++ b/lisp/version.el Sat May 08 00:46:44 2010 -0400 @@ -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.2" "\ +(defconst emacs-version "23.2.50" "\ 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))) "\