From 3ecadc0a8e2acda3a13d7df5307137f10d66ef80 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:46:11 +0100 Subject: Update bundled libjpeg to version 9f --- jpeg/jpeglib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jpeg/jpeglib.h') 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. -- cgit v1.2.3