bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)

This commit is contained in:
Stefan Krah 2020-06-28 22:01:01 +02:00 committed by GitHub
parent 04cdeb7a56
commit 8bea91b5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
The decimal module now requires libmpdec-2.5.0.

View File

@ -36,8 +36,8 @@
#include "docstrings.h" #include "docstrings.h"
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100 #if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02050000
#error "libmpdec version >= 2.4.1 required" #error "libmpdec version >= 2.5.0 required"
#endif #endif