From: <sv...@op...> - 2024-08-07 16:38:55
|
Author: manx Date: Wed Aug 7 18:38:49 2024 New Revision: 21356 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21356 Log: [Var] mpg123: Update to 1.32.7 (2024-08-07). 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 Wed Aug 7 17:38:38 2024 (r21355) +++ trunk/OpenMPT/include/mpg123/OpenMPT.txt Wed Aug 7 18:38:49 2024 (r21356) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.7-dev+r5424 (2024-08-07). +libmpg123 library version 1.32.7 (2024-08-07). 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 Wed Aug 7 17:38:38 2024 (r21355) +++ trunk/OpenMPT/include/mpg123/src/version.h Wed Aug 7 18:38:49 2024 (r21356) @@ -19,7 +19,7 @@ #define MPG123_PATCH 7 // 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) |