From cf26115651c4c5cfc92776fd7204d7a218241e88 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Tue, 26 Aug 2014 21:31:47 +0200 Subject: Introduce and check for MPD_VERSION_HEX for precise management of builds with an external libmpdec. --- Lib/decimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/decimal.py') diff --git a/Lib/decimal.py b/Lib/decimal.py index e11f1a0082..5544f4e34a 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -140,7 +140,7 @@ __all__ = [ __version__ = '1.70' # Highest version of the spec this complies with # See http://speleotrove.com/decimal/ -__libmpdec_version__ = "2.4.0" # compatible libmpdec version +__libmpdec_version__ = "2.4.1" # compatible libmpdec version import math as _math import numbers as _numbers -- cgit v1.2.1