diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-05-03 21:31:59 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-05-03 21:31:59 -0400 |
commit | 8838172bf0c35831f6b0f0a9763af0d04edf5468 (patch) | |
tree | d17c3c0e016a4e1739064b93fa4b77c2b4f7ddde /lisp/version.el | |
parent | da0bbbc4e336566be28cc99dce4b155d4a9a194f (diff) | |
download | emacs-8838172bf0c35831f6b0f0a9763af0d04edf5468.tar.gz |
Bump version to 23.1.97.emacs-pretest-23.1.97
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 1abb1015b00..7439fcf1b35 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.96" "\ +(defconst emacs-version "23.1.97" "\ 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))) "\ |