From: <sv...@op...> - 2024-12-14 16:11:17
|
Author: manx Date: Sat Dec 14 17:11:05 2024 New Revision: 22540 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22540 Log: [Var] mpg123: Update to 1.32.10 (2024-12-14). 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 Dec 14 17:08:03 2024 (r22539) +++ trunk/OpenMPT/include/mpg123/OpenMPT.txt Sat Dec 14 17:11:05 2024 (r22540) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.10-dev+r5461 (2024-12-09). +libmpg123 library version 1.32.10 (2024-12-14). 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 Dec 14 17:08:03 2024 (r22539) +++ trunk/OpenMPT/include/mpg123/src/version.h Sat Dec 14 17:11:05 2024 (r22540) @@ -19,7 +19,7 @@ #define MPG123_PATCH 10 // 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) |