comparison lisp/version.el @ 103279:75e6ecda8c42 EMACS_PRETEST_23_0_94

Bump version to 23.0.94.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 23 May 2009 03:13:49 +0000
parents ed934de32fbe
children 553e282e658d
comparison
equal deleted inserted replaced
103278:b060b5f61a60 103279:75e6ecda8c42
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.93" "\ 32 (defconst emacs-version "23.0.94" "\
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)))