bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
(cherry picked from commit 8bea91b5e9
)
Authored-by: Stefan Krah <skrah@bytereef.org>
This commit is contained in:
parent
d1e05e78a3
commit
119de0eba8
|
@ -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