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:
Miss Islington (bot) 2020-06-28 13:24:58 -07:00 committed by GitHub
parent d1e05e78a3
commit 119de0eba8
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"
#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