diff lisp/version.el @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 8d2a9b52c682
children ee648375d8d6
line wrap: on
line diff
--- a/lisp/version.el	Mon Aug 13 08:55:32 2007 +0200
+++ b/lisp/version.el	Mon Aug 13 08:56:04 2007 +0200
@@ -23,10 +23,10 @@
 
 ;; The following line is modified automatically
 ;; by loading inc-version.el, each time a new Emacs is dumped.
-(defconst emacs-version "19.15" "\
+(defconst emacs-version "19.16" "\
 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 (beta90)")))
 
 (defconst emacs-major-version
   (progn (or (string-match "^[0-9]+" emacs-version)