diff lisp/w3/w3-vars.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents 3d6bfa290dbd
children
line wrap: on
line diff
--- a/lisp/w3/w3-vars.el	Mon Aug 13 09:56:30 2007 +0200
+++ b/lisp/w3/w3-vars.el	Mon Aug 13 09:57:07 2007 +0200
@@ -34,7 +34,7 @@
 (require 'wid-edit)			; For `widget-keymap'
 
 (defconst w3-version-number
-  (let ((x "p3.0.103"))
+  (let ((x "p3.0.104"))
     (if (string-match "State:[ \t\n]+.\\([^ \t\n]+\\)" x)
 	(setq x (substring x (match-beginning 1) (match-end 1)))
       (setq x (substring x 1)))