comparison lisp/version.el @ 103495:553e282e658d EMACS_PRETEST_23_0_95

Bump version number to 23.0.95.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 19 Jun 2009 17:10:49 +0000
parents 75e6ecda8c42
children ed6152fc596c
comparison
equal deleted inserted replaced
103494:c40adf34da5b 103495:553e282e658d
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.94" "\ 32 (defconst emacs-version "23.0.95" "\
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)))