diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-10 10:17:13 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-10 10:17:13 -0500 |
commit | 288f9fc069a4a49839556064e89759bb23c658cb (patch) | |
tree | fbf0e377587bfcb2cb2d1b014c205fad347f81b3 /lisp/version.el | |
parent | d48cd3f48fdd0d67f906311b632fb58ae4765b5e (diff) | |
download | emacs-288f9fc069a4a49839556064e89759bb23c658cb.tar.gz |
Bump version to 24.0.50.
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..5cd0cc8d634 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 "24.0.50" "\ 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))) "\ |