From: <sv...@op...> - 2024-10-26 15:12:05
|
Author: manx Date: Sat Oct 26 17:11:54 2024 New Revision: 21974 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21974 Log: Merged revision(s) 21971 from trunk/OpenMPT: [Var] mpg123: Update to 1.32.8 (2024-10-26). ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt branches/OpenMPT-1.29/include/mpg123/src/version.h Modified: branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt ============================================================================== --- branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:28 2024 (r21973) +++ branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:54 2024 (r21974) @@ -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: branches/OpenMPT-1.29/include/mpg123/src/version.h ============================================================================== --- branches/OpenMPT-1.29/include/mpg123/src/version.h Sat Oct 26 17:11:28 2024 (r21973) +++ branches/OpenMPT-1.29/include/mpg123/src/version.h Sat Oct 26 17:11:54 2024 (r21974) @@ -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) |