Introduce and check for MPD_VERSION_HEX for precise management of builds

with an external libmpdec.
This commit is contained in:
Stefan Krah 2014-08-26 21:31:47 +02:00
parent 298131a448
commit cf26115651
3 changed files with 9 additions and 5 deletions

View file

@ -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