diff lisp/version.el @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents c7528f8e288d
children 6a378aca36af
line wrap: on
line diff
--- a/lisp/version.el	Mon Aug 13 09:05:44 2007 +0200
+++ b/lisp/version.el	Mon Aug 13 09:06:37 2007 +0200
@@ -25,7 +25,7 @@
 (defconst emacs-version "20.0"
   "Version numbers of this version of Emacs.")
 
-(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta34)")))
+(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta90)")))
 
 (defconst emacs-major-version
   (progn (or (string-match "^[0-9]+" emacs-version)