bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
This commit is contained in:
parent
04cdeb7a56
commit
8bea91b5e9
|
@ -0,0 +1 @@
|
|||
The decimal module now requires libmpdec-2.5.0.
|
|
@ -36,8 +36,8 @@
|
|||
#include "docstrings.h"
|
||||
|
||||
|
||||
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100
|
||||
#error "libmpdec version >= 2.4.1 required"
|
||||
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02050000
|
||||
#error "libmpdec version >= 2.5.0 required"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue