Index: library/xotcl/library/comm/Httpd.xotcl =================================================================== diff -u -r55d0e812c6b2d7895720b83d20addf87d0945c18 -r073177c8b1304443107efeeb0c334e9477346778 --- library/xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 55d0e812c6b2d7895720b83d20addf87d0945c18) +++ library/xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 073177c8b1304443107efeeb0c334e9477346778) @@ -5,14 +5,14 @@ # # Gustaf Neumann (neumann@wu-wien.ac.at) -set VERSION 1.2 +set VERSION 2.0 package provide xotcl::comm::httpd $VERSION package require XOTcl 2.0 #package require xotcl::comm::httpAccess -package require xotcl::comm::connection 1.2 +package require xotcl::comm::connection package require xotcl::trace package require xotcl::comm::mime