blob: 949b4f4dcc44a782cd7ec39490fd6a369c95b76f [file] [log] [blame]
Thomas G. Lanebd543f01991-12-13 00:00:00 +00001/*
2 * jversion.h
3 *
DRCa73e8702012-12-31 02:52:30 +00004 * This file was part of the Independent JPEG Group's software:
Guido Vollbeding5829cb22012-01-15 00:00:00 +00005 * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
DRCda13af62014-05-18 17:52:06 +00006 * libjpeg-turbo Modifications:
DRCffd9d052015-01-16 06:34:08 +00007 * Copyright (C) 2010, 2012-2015, D. R. Commander.
Thomas G. Lanebd543f01991-12-13 00:00:00 +00008 * For conditions of distribution and use, see the accompanying README file.
9 *
10 * This file contains software version identification.
11 */
12
13
DRC2cdd2ae2010-10-10 06:54:21 +000014#if JPEG_LIB_VERSION >= 80
15
DRCe5eaf372014-05-09 18:00:32 +000016#define JVERSION "8d 15-Jan-2012"
DRC2cdd2ae2010-10-10 06:54:21 +000017
DRC2cdd2ae2010-10-10 06:54:21 +000018#elif JPEG_LIB_VERSION >= 70
19
DRCe5eaf372014-05-09 18:00:32 +000020#define JVERSION "7 27-Jun-2009"
DRC2cdd2ae2010-10-10 06:54:21 +000021
DRC2cdd2ae2010-10-10 06:54:21 +000022#else
23
DRCe5eaf372014-05-09 18:00:32 +000024#define JVERSION "6b 27-Mar-1998"
Thomas G. Lanebd543f01991-12-13 00:00:00 +000025
DRC2cdd2ae2010-10-10 06:54:21 +000026#endif
27
DRCe5eaf372014-05-09 18:00:32 +000028#define JCOPYRIGHT "Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding\n" \
29 "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
30 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
DRCffd9d052015-01-16 06:34:08 +000031 "Copyright (C) 2009-2015 D. R. Commander\n" \
DRCe5eaf372014-05-09 18:00:32 +000032 "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)\n" \
33 "Copyright (C) 2013-2014 MIPS Technologies, Inc.\n" \
34 "Copyright (C) 2013 Linaro Limited"
DRCcf55f0b2014-05-28 20:19:54 +000035
DRCffd9d052015-01-16 06:34:08 +000036#define JCOPYRIGHT_SHORT "Copyright (C) 1991-2015 The libjpeg-turbo Project and many others"