diff lisp/w3/url-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/url-vars.el	Mon Aug 13 09:56:30 2007 +0200
+++ b/lisp/w3/url-vars.el	Mon Aug 13 09:57:07 2007 +0200
@@ -38,7 +38,7 @@
     (defmacro defcustom (var value doc &rest args) 
       (` (defvar (, var) (, value) (, doc))))))
 
-(defconst url-version (let ((x "p3.0.103"))
+(defconst url-version (let ((x "p3.0.104"))
 			(if (string-match "State: \\([^ \t\n]+\\)" x)
 			    (substring x (match-beginning 1) (match-end 1))
 			  x))