diff lisp/version.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children cf808b4c4290
line wrap: on
line diff
--- a/lisp/version.el	Mon Aug 13 09:15:13 2007 +0200
+++ b/lisp/version.el	Mon Aug 13 09:15:49 2007 +0200
@@ -25,7 +25,7 @@
 (defconst emacs-version "20.1"
   "Version numbers of this version of Emacs.")
 
-(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta2)")))
+(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta3)")))
 
 (defconst emacs-major-version
   (progn (or (string-match "^[0-9]+" emacs-version)