fltk/jpeg/jversion.h
Albrecht Schlosser f964732c87 Update bundled libraries
- Update zlib from 1.3 to 1.3.1
- Update libjpeg from jpeg-9e to jpeg-9f
- Update libpng from 1.6.40 to 1.6.43
2024-05-14 15:57:39 +02:00

15 lines
396 B
C

/*
* jversion.h
*
* Copyright (C) 1991-2024, Thomas G. Lane, Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains software version identification.
*/
#define JVERSION "9f 14-Jan-2024"
#define JCOPYRIGHT "Copyright (C) 2024, Thomas G. Lane, Guido Vollbeding"