comparison lisp/version.el @ 101743:ad7e9d61234d EMACS_PRETEST_23_0_90

Bump version to 23.0.90.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 01 Feb 2009 22:04:25 +0000
parents 6c87f425cc70
children 9688587d3982
comparison
equal deleted inserted replaced
101742:5ff0eba2ab1e 101743:ad7e9d61234d
27 ;;; Code: 27 ;;; Code:
28 28
29 (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." 29 (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc."
30 "Short copyright string for this version of Emacs.") 30 "Short copyright string for this version of Emacs.")
31 31
32 (defconst emacs-version "23.0.60" "\ 32 (defconst emacs-version "23.0.90" "\
33 Version numbers of this version of Emacs.") 33 Version numbers of this version of Emacs.")
34 34
35 (defconst emacs-major-version 35 (defconst emacs-major-version
36 (progn (string-match "^[0-9]+" emacs-version) 36 (progn (string-match "^[0-9]+" emacs-version)
37 (string-to-number (match-string 0 emacs-version))) 37 (string-to-number (match-string 0 emacs-version)))