Mercurial > hg > xemacs-beta
diff lisp/version.el @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 2af401a6ecca |
children | 59463afc5666 |
line wrap: on
line diff
--- a/lisp/version.el Mon Aug 13 09:35:15 2007 +0200 +++ b/lisp/version.el Mon Aug 13 09:36:16 2007 +0200 @@ -22,10 +22,10 @@ ;;; Code: -(defconst emacs-version "20.2" +(defconst emacs-version "20.3" "Version numbers of this version of Emacs.") -(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid"))) +(setq emacs-version (purecopy (concat emacs-version " XEmacs Lucid (beta1)"))) (defconst emacs-major-version (progn (or (string-match "^[0-9]+" emacs-version)