Skip to content

Commit 4cb4b07

Browse files
committed
oslibs, codecs: rebuilt libxmp from the latest 4.6.2 release
1 parent 480d399 commit 4cb4b07

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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.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)
208 Bytes
Binary file not shown.

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.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)

oslibs/os2/codecs/lib/libxmp.lib

1 KB
Binary file not shown.

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.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)
1 KB
Binary file not shown.
1 KB
Binary file not shown.
1 KB
Binary file not shown.

0 commit comments

Comments
 (0)