Issue #26621: Update libmpdec version and remove unnecessary test case.

This commit is contained in:
Stefan Krah 2016-03-23 20:50:10 +01:00
parent 4a1c7d2c36
commit 66e9d03bf4
3 changed files with 3 additions and 4 deletions

View file

@ -108,9 +108,9 @@ MPD_PRAGMA(MPD_HIDE_SYMBOLS_START)
#define MPD_MAJOR_VERSION 2
#define MPD_MINOR_VERSION 4
#define MPD_MICRO_VERSION 1
#define MPD_MICRO_VERSION 2
#define MPD_VERSION "2.4.1"
#define MPD_VERSION "2.4.2"
#define MPD_VERSION_HEX ((MPD_MAJOR_VERSION << 24) | \
(MPD_MINOR_VERSION << 16) | \