diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:32:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:32:34 (GMT) |
commit | 6cd986d9ff37f90c342c96d2c86a8ce77119852f (patch) | |
tree | ac108c8116e83deb74e864a58bea07229d4dd59f /library/http/http.tcl | |
parent | d18fb9089e240310aa9bbf393a7feec2718aa6f3 (diff) | |
parent | bbed95eccee9f7f5940bf4465a16ec6e6efbb84a (diff) | |
download | tcl-6cd986d9ff37f90c342c96d2c86a8ce77119852f.zip tcl-6cd986d9ff37f90c342c96d2c86a8ce77119852f.tar.gz tcl-6cd986d9ff37f90c342c96d2c86a8ce77119852f.tar.bz2 |
Bump to version 2.7.8
Diffstat (limited to 'library/http/http.tcl')
-rw-r--r-- | library/http/http.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index e7224a2..f8ea55f 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -11,7 +11,7 @@ package require Tcl 8.4 # Keep this in sync with pkgIndex.tcl and with the install directories in # Makefiles -package provide http 2.7.7 +package provide http 2.7.8 namespace eval http { # Allow resourcing to not clobber existing data |