Mercurial > emacs
diff lisp/version.el @ 108319:c3a1d1b47790 EMACS_PRETEST_23_1_96
Bump version to 23.1.96.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 19 Apr 2010 21:29:37 -0400 |
parents | 14f1ff916f19 |
children | d4caa51ddfe2 |
line wrap: on
line diff
--- a/lisp/version.el Mon Apr 19 10:38:53 2010 -0400 +++ b/lisp/version.el Mon Apr 19 21:29:37 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.1.95" "\ +(defconst emacs-version "23.1.96" "\ 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))) "\