From: <sv...@op...> - 2024-10-26 15:10:38
|
Author: manx Date: Sat Oct 26 17:10:27 2024 New Revision: 21971 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21971 Log: [Var] mpg123: Update to 1.32.8 (2024-10-26). Modified: trunk/OpenMPT/include/mpg123/OpenMPT.txt trunk/OpenMPT/include/mpg123/src/version.h Modified: trunk/OpenMPT/include/mpg123/OpenMPT.txt ============================================================================== --- trunk/OpenMPT/include/mpg123/OpenMPT.txt Sat Oct 26 15:15:39 2024 (r21970) +++ trunk/OpenMPT/include/mpg123/OpenMPT.txt Sat Oct 26 17:10:27 2024 (r21971) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/makefile/config.h` has been added for plain `Makefile` builds. * `ports/MSVC++/config.h` has been added for MSVC builds. Modified: trunk/OpenMPT/include/mpg123/src/version.h ============================================================================== --- trunk/OpenMPT/include/mpg123/src/version.h Sat Oct 26 15:15:39 2024 (r21970) +++ trunk/OpenMPT/include/mpg123/src/version.h Sat Oct 26 17:10:27 2024 (r21971) @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c) |