comparison lisp/version.el @ 159:3bb7ccffb0c0 r20-3b6

Import from CVS: tag r20-3b6
author cvs
date Mon, 13 Aug 2007 09:41:43 +0200
parents 6b37e6ddd302
children 28f395d8dc7a
comparison
equal deleted inserted replaced
158:558dfa75ffb3 159:3bb7ccffb0c0
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 "Zagreb" 28 (defconst xemacs-codename "Moscow"
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 "(beta5)" 32 (defconst xemacs-betaname "(beta6)"
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 " \""