summary refs log tree commit diff stats
path: root/lib/impure/web.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-19 08:34:07 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-19 08:34:07 +0100
commit64da2f16813bbf03b8a2117d7c4abffd1adf525f (patch)
tree5fd7ae17a85c43d1aad2475617335d9020ddb136 /lib/impure/web.nim
parent0b07b47f69b0b2cf9d08eaa8d302a4472242c5c1 (diff)
downloadNim-64da2f16813bbf03b8a2117d7c4abffd1adf525f.tar.gz
development of graphics module
Diffstat (limited to 'lib/impure/web.nim')
-rw-r--r--lib/impure/web.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/web.nim b/lib/impure/web.nim
index ba74c285a..db1ec4f1e 100644
--- a/lib/impure/web.nim
+++ b/lib/impure/web.nim
@@ -17,7 +17,7 @@
 ## Currently only requesting URLs is implemented. The implementation depends
 ## on the libcurl library!
 ##
-## **Deprecated since version 0.8.0:** Use the httpclient module instead. 
+## **Deprecated since version 0.8.6:** Use the httpclient module instead. 
 ## 
 
 {.deprecated.}