comparison lisp/version.el @ 161:28f395d8dc7a r20-3b7

Import from CVS: tag r20-3b7
author cvs
date Mon, 13 Aug 2007 09:42:26 +0200
parents 3bb7ccffb0c0
children 0132846995bd
comparison
equal deleted inserted replaced
160:1c55655d6702 161:28f395d8dc7a
23 ;;; Code: 23 ;;; Code:
24 24
25 (defconst emacs-version "20.3" 25 (defconst emacs-version "20.3"
26 "Version numbers of this version of XEmacs.") 26 "Version numbers of this version of XEmacs.")
27 27
28 (defconst xemacs-codename "Moscow" 28 (defconst xemacs-codename "Oslo"
29 "Release nickname, primarily useful for trial prereleases. 29 "Release nickname, primarily useful for trial prereleases.
30 Warning, this variable did not exist in XEmacs versions prior to 20.3") 30 Warning, this variable did not exist in XEmacs versions prior to 20.3")
31 31
32 (defconst xemacs-betaname "(beta6)" 32 (defconst xemacs-betaname "(beta7)"
33 "Non-nil when this is a test (beta) version of XEmacs. 33 "Non-nil when this is a test (beta) version of XEmacs.
34 Warning, this variable did not exist in XEmacs versions prior to 20.3") 34 Warning, this variable did not exist in XEmacs versions prior to 20.3")
35 35
36 (setq emacs-version (purecopy (concat emacs-version 36 (setq emacs-version (purecopy (concat emacs-version
37 " \"" 37 " \""