comparison lisp/version.el @ 107367:b4d27afff1bf

Bump version to 24.0.50.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 10 Mar 2010 10:17:13 -0500
parents bd6485c5bd3d
children 786c4a4a3817
comparison
equal deleted inserted replaced
107366:14ff9accfbd3 107367:b4d27afff1bf
30 ;;; Code: 30 ;;; Code:
31 31
32 (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32 (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
33 Short copyright string for this version of Emacs.") 33 Short copyright string for this version of Emacs.")
34 34
35 (defconst emacs-version "23.1.93" "\ 35 (defconst emacs-version "24.0.50" "\
36 Version numbers of this version of Emacs.") 36 Version numbers of this version of Emacs.")
37 37
38 (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38 (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\
39 Major version number of this version of Emacs. 39 Major version number of this version of Emacs.
40 This variable first existed in version 19.23.") 40 This variable first existed in version 19.23.")