diff lisp/version.el @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 3bb7ccffb0c0
line wrap: on
line diff
--- a/lisp/version.el	Mon Aug 13 09:39:46 2007 +0200
+++ b/lisp/version.el	Mon Aug 13 09:40:41 2007 +0200
@@ -23,9 +23,21 @@
 ;;; Code:
 
 (defconst emacs-version "20.3"
-  "Version numbers of this version of Emacs.")
+  "Version numbers of this version of XEmacs.")
+
+(defconst xemacs-codename "Zagreb"
+  "Release nickname, primarily useful for trial prereleases.
+Warning, this variable did not exist in XEmacs versions prior to 20.3")
 
-(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta4)")))
+(defconst xemacs-betaname "(beta5)"
+  "Non-nil when this is a test (beta) version of XEmacs.
+Warning, this variable did not exist in XEmacs versions prior to 20.3")
+
+(setq emacs-version (purecopy (concat emacs-version
+				      " \""
+				      xemacs-codename
+				      "\" XEmacs Lucid "
+				      xemacs-betaname)))
 
 (defconst emacs-major-version
   (progn (or (string-match "^[0-9]+" emacs-version)