Skip to content

Commit f84b61b

Browse files
committed
Merged revision(s) 24711 from trunk/OpenMPT:
[Var] mpg123: Update to 1.33.4 (2025-12-20). ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.28@24716 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 583d0f5 commit f84b61b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/mpg123/OpenMPT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libmpg123 library version 1.33.3 (2025-10-05).
1+
libmpg123 library version 1.33.4 (2025-12-20).
22
The following changes have been made:
33
* `ports/generic/config.h` has been added for build system independent builds.
44
* `src/compat/compat.c` has been modified to silence MSVC static analyzer

include/mpg123/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// only single spaces as separator to ease parsing by build scripts
1717
#define MPG123_MAJOR 1
1818
#define MPG123_MINOR 33
19-
#define MPG123_PATCH 3
19+
#define MPG123_PATCH 4
2020
// Don't get too wild with that to avoid confusing m4. No brackets.
2121
// Also, it should fit well into a sane file name for the tarball.
2222
#define MPG123_SUFFIX ""

0 commit comments

Comments
 (0)