diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-10 23:03:11 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-10 23:03:11 -0500 |
commit | 66da5719da786c15cb1d5e11d6dceac6f5a40fea (patch) | |
tree | 29fff0d532b54e146c63afe7e832c363688c91ee /lisp/version.el | |
parent | fd5476dd1a1f985a13a7e8b7e8ef44f181e60c3d (diff) | |
download | emacs-66da5719da786c15cb1d5e11d6dceac6f5a40fea.tar.gz |
Bump version to 23.1.94 and regenerate ldefs-boot.el.emacs-pretest-23.1.94
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 905733a56b3..fbdabd571af 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.93" "\ +(defconst emacs-version "23.1.94" "\ 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))) "\ |