summary refs log tree commit diff stats
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-07-02 12:26:04 +0200
committerdef <dennis@felsin9.de>2015-07-02 12:26:04 +0200
commit2353fe343a11ba3744a11f8a61ec7c224c2f9490 (patch)
treef48543a72004e04d5df62060d738df1b1a7df273
parentec97195d8f2319fa74f957f1e493034d7f2a0be0 (diff)
downloadNim-2353fe343a11ba3744a11f8a61ec7c224c2f9490.tar.gz
Update deprecation notice about unsigned module
-rw-r--r--lib/core/unsigned.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/unsigned.nim b/lib/core/unsigned.nim
index fa8bb91c9..93a29e1c9 100644
--- a/lib/core/unsigned.nim
+++ b/lib/core/unsigned.nim
@@ -7,7 +7,7 @@
 #    distribution, for details about the copyright.
 #
 
-## **Warning:** Since version 0.10.4 this module is deprecated.
+## **Warning:** Since version 0.11.4 this module is deprecated.
 ##
 ## This module implemented basic arithmetic operators for unsigned integers.
 ## These operators are now available in the ``system`` module directly.