Skip to content

Commit 2eab89c

Browse files
committed
rebuilt libmikmod and libxmp from their latest 3.3.13 and 4.6.3 releases
1 parent 71bad45 commit 2eab89c

File tree

16 files changed

+12
-12
lines changed

16 files changed

+12
-12
lines changed

oslibs/macosx/codecs/include/mikmod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extern "C" {
7474

7575
#define LIBMIKMOD_VERSION_MAJOR 3L
7676
#define LIBMIKMOD_VERSION_MINOR 3L
77-
#define LIBMIKMOD_REVISION 12L
77+
#define LIBMIKMOD_REVISION 13L
7878

7979
#define LIBMIKMOD_VERSION \
8080
((LIBMIKMOD_VERSION_MAJOR<<16)| \

oslibs/macosx/codecs/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.2"
13-
#define XMP_VERCODE 0x040602
12+
#define XMP_VERSION "4.6.3"
13+
#define XMP_VERCODE 0x040603
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 2
16+
#define XMP_VER_RELEASE 3
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)
0 Bytes
Binary file not shown.
128 Bytes
Binary file not shown.

oslibs/os2/codecs/include/mikmod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extern "C" {
7474

7575
#define LIBMIKMOD_VERSION_MAJOR 3L
7676
#define LIBMIKMOD_VERSION_MINOR 3L
77-
#define LIBMIKMOD_REVISION 12L
77+
#define LIBMIKMOD_REVISION 13L
7878

7979
#define LIBMIKMOD_VERSION \
8080
((LIBMIKMOD_VERSION_MAJOR<<16)| \

oslibs/os2/codecs/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.2"
13-
#define XMP_VERCODE 0x040602
12+
#define XMP_VERSION "4.6.3"
13+
#define XMP_VERCODE 0x040603
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 2
16+
#define XMP_VER_RELEASE 3
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)

oslibs/os2/codecs/lib/libxmp.lib

2 KB
Binary file not shown.

oslibs/os2/codecs/lib/mikmod.lib

0 Bytes
Binary file not shown.

oslibs/windows/codecs/include/mikmod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extern "C" {
7474

7575
#define LIBMIKMOD_VERSION_MAJOR 3L
7676
#define LIBMIKMOD_VERSION_MINOR 3L
77-
#define LIBMIKMOD_REVISION 12L
77+
#define LIBMIKMOD_REVISION 13L
7878

7979
#define LIBMIKMOD_VERSION \
8080
((LIBMIKMOD_VERSION_MAJOR<<16)| \

oslibs/windows/codecs/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.2"
13-
#define XMP_VERCODE 0x040602
12+
#define XMP_VERSION "4.6.3"
13+
#define XMP_VERCODE 0x040603
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 2
16+
#define XMP_VER_RELEASE 3
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)

0 commit comments

Comments
 (0)