diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-11-08 21:53:18 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-11-08 21:53:18 -0500 |
commit | 0f161c71c97fccef2c9e4b7c64a4a0275adee7b9 (patch) | |
tree | c2c66dbf620d147e89783fbf4330d4afcb44db0b /lisp/version.el | |
parent | dfb70734ef09d4bf804a26dea2329ff64ac38405 (diff) | |
download | emacs-0f161c71c97fccef2c9e4b7c64a4a0275adee7b9.tar.gz |
Bump version to 23.2.90.emacs-pretest-23.2.90
Regenerate AUTHORS, configure, and ldefs-boot.el.
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 127fdec26f0..49c355d7020 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.2.50" "\ +(defconst emacs-version "23.2.90" "\ 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))) "\ |