diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 11:46:11 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 12:20:28 +0100 |
| commit | 3ecadc0a8e2acda3a13d7df5307137f10d66ef80 (patch) | |
| tree | 23745953de060c5522c66f2f95e362b541203cd7 /jpeg/jpeglib.h | |
| parent | bf938da079a2e3535ecd74ba3aa01a5a9b26f3f6 (diff) | |
Update bundled libjpeg to version 9f
Diffstat (limited to 'jpeg/jpeglib.h')
| -rw-r--r-- | jpeg/jpeglib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jpeg/jpeglib.h b/jpeg/jpeglib.h index b1fa8ea9a..e7e15ab2c 100644 --- a/jpeg/jpeglib.h +++ b/jpeg/jpeglib.h @@ -2,7 +2,7 @@ * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. - * Modified 2002-2020 by Guido Vollbeding. + * Modified 2002-2022 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * @@ -39,7 +39,7 @@ extern "C" { #define JPEG_LIB_VERSION 90 /* Compatibility version 9.0 */ #define JPEG_LIB_VERSION_MAJOR 9 -#define JPEG_LIB_VERSION_MINOR 5 +#define JPEG_LIB_VERSION_MINOR 6 /* Various constants determining the sizes of things. |
