summaryrefslogtreecommitdiff
path: root/external/libjpeg-turbo/jconfigint.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-11-22 20:16:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-11-22 22:17:13 +0100
commit7d49a2afc504b8988d0405dfa582758de92c35a3 (patch)
tree5a1a10e13321434e048fb0f96ac0e6eed96ce769 /external/libjpeg-turbo/jconfigint.h
parentd19816350dba8daffa2deb495d4e697062579456 (diff)
upgrade to libjpeg-turbo-2.1.4
Change-Id: Ia0060f20a8851e0431efaef0dc04fb36ae2c41a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143129 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external/libjpeg-turbo/jconfigint.h')
-rw-r--r--external/libjpeg-turbo/jconfigint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/external/libjpeg-turbo/jconfigint.h b/external/libjpeg-turbo/jconfigint.h
index 478a4d338b30..f0987ba31609 100644
--- a/external/libjpeg-turbo/jconfigint.h
+++ b/external/libjpeg-turbo/jconfigint.h
@@ -1,7 +1,7 @@
#include <sal/types.h>
/* libjpeg-turbo build number */
-#define BUILD "20211020"
+#define BUILD "20221122"
/* Compiler's inline keyword */
#undef inline
@@ -16,10 +16,10 @@
#endif
/* Define to the full name of this package. */
-#define PACKAGE_NAME "libjpeg-turbo"
+#define PACKAGE_NAME "libjpeg-turbo"
/* Version number of package */
-#define VERSION "2.1.1"
+#define VERSION "2.1.4"
/* The size of `size_t', as computed by sizeof. */
/* #undef SIZEOF_SIZE_T */
@@ -42,7 +42,7 @@
#if defined(__has_attribute)
#if __has_attribute(fallthrough)
-#define FALLTHROUGH __attribute__((fallthrough));
+#define FALLTHROUGH __attribute__((fallthrough));
#else
#define FALLTHROUGH
#endif