Skip to content

Commit 1b48d88

Browse files
committed
upgrade vendored libxmp to latest 4.6.2 release
1 parent 2403465 commit 1b48d88

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[submodule "libxmp"]
3030
path = external/libxmp
3131
url = https://github.com/libsdl-org/libxmp.git
32-
branch = 4.6.1-SDL
32+
branch = 4.6.2-SDL
3333
[submodule "external/wavpack"]
3434
path = external/wavpack
3535
url = https://github.com/libsdl-org/wavpack.git

VisualC/external/include/xmp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
extern "C" {
1010
#endif
1111

12-
#define XMP_VERSION "4.6.1"
13-
#define XMP_VERCODE 0x040601
12+
#define XMP_VERSION "4.6.2"
13+
#define XMP_VERCODE 0x040602
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 1
16+
#define XMP_VER_RELEASE 2
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)
2 KB
Binary file not shown.
1 KB
Binary file not shown.

external/libxmp

Submodule libxmp updated 59 files

0 commit comments

Comments
 (0)