Mercurial > hg > xemacs-beta
diff lisp/version.el @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | 1370575f1259 |
children | b980b6286996 |
line wrap: on
line diff
--- a/lisp/version.el Mon Aug 13 09:29:37 2007 +0200 +++ b/lisp/version.el Mon Aug 13 09:30:11 2007 +0200 @@ -22,10 +22,10 @@ ;;; Code: -(defconst emacs-version "20.1" +(defconst emacs-version "20.2" "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)