From 2353fe343a11ba3744a11f8a61ec7c224c2f9490 Mon Sep 17 00:00:00 2001 From: def Date: Thu, 2 Jul 2015 12:26:04 +0200 Subject: [PATCH] Update deprecation notice about unsigned module --- lib/core/unsigned.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/unsigned.nim b/lib/core/unsigned.nim index fa8bb91c96..93a29e1c94 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.