comparison lisp/version.el @ 102804:d2548396cedd EMACS_PRETEST_23_0_92

Bump version to 23.0.92.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 31 Mar 2009 02:04:39 +0000
parents 9688587d3982
children ed934de32fbe
comparison
equal deleted inserted replaced
102803:65c510daed0b 102804:d2548396cedd
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.91" "\ 32 (defconst emacs-version "23.0.92" "\
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)))