blob: c37651b06df053d181a49bfadfed50925d6699e0 [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.
DRCa73e8702012-12-31 02:52:30 +00006 * Modifications:
DRC2c0c8072014-02-11 09:56:12 +00007 * Copyright (C) 2010, 2012-2014, 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
Guido Vollbeding5829cb22012-01-15 00:00:00 +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
DRCa73e8702012-12-31 02:52:30 +000020#define JVERSION "7 27-Jun-2009"
DRC2cdd2ae2010-10-10 06:54:21 +000021
DRC2cdd2ae2010-10-10 06:54:21 +000022#else
23
Thomas G. Lane5ead57a1998-03-27 00:00:00 +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
DRCc137f0f2013-01-01 10:56:38 +000028#define JCOPYRIGHT "Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding\n" \
DRC1d5b1cf2012-01-31 10:39:29 +000029 "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
DRC2cdd2ae2010-10-10 06:54:21 +000030 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
DRC2c0c8072014-02-11 09:56:12 +000031 "Copyright (C) 2009-2014 D. R. Commander\n" \
DRC3d0fe942011-08-12 19:30:21 +000032 "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)"