diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-12-09 02:06:16 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-12-09 02:06:16 +0000 |
commit | a3ff15d6fc49d345356489f1aa14830bbb490e92 (patch) | |
tree | e7975b46491946ef7be471e4fbe758b7559df544 /lisp/version.el | |
parent | 716a75702ccfb528ce6297bc904069f1a85ab83b (diff) | |
download | emacs-a3ff15d6fc49d345356489f1aa14830bbb490e92.tar.gz |
Bump version to 23.1.90.emacs-pretest-23.1.90
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 f5109ab6433..41bdf409f0d 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -32,7 +32,7 @@ (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") -(defconst emacs-version "23.1.50" "\ +(defconst emacs-version "23.1.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))) "\ |