summary refs log tree commit diff stats
path: root/lib/core/unsigned.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/unsigned.nim')
-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.