blob: 71d7b91319c1fb252dfa49e207f8c3f12d467c4f [file] [log] [blame]
Thomas G. Lanebd543f01991-12-13 00:00:00 +00001/*
2 * jversion.h
3 *
DRC2cdd2ae2010-10-10 06:54:21 +00004 * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
DRC1d5b1cf2012-01-31 10:39:29 +00005 * Copyright (C) 2010, 2012, D. R. Commander.
Thomas G. Lanebd543f01991-12-13 00:00:00 +00006 * This file is part of the Independent JPEG Group's software.
7 * For conditions of distribution and use, see the accompanying README file.
8 *
9 * This file contains software version identification.
10 */
11
12
DRC2cdd2ae2010-10-10 06:54:21 +000013#if JPEG_LIB_VERSION >= 80
14
15#define JVERSION "8b 16-May-2010"
16
DRC2cdd2ae2010-10-10 06:54:21 +000017#elif JPEG_LIB_VERSION >= 70
18
19#define JVERSION "7 27-Jun-2009"
20
DRC2cdd2ae2010-10-10 06:54:21 +000021#else
22
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000023#define JVERSION "6b 27-Mar-1998"
Thomas G. Lanebd543f01991-12-13 00:00:00 +000024
DRC2cdd2ae2010-10-10 06:54:21 +000025#endif
26
DRC1d5b1cf2012-01-31 10:39:29 +000027#define JCOPYRIGHT "Copyright (C) 1991-2010 Thomas G. Lane, Guido Vollbeding\n" \
28 "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
DRC2cdd2ae2010-10-10 06:54:21 +000029 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
DRC1d5b1cf2012-01-31 10:39:29 +000030 "Copyright (C) 2009-2012 D. R. Commander\n" \
DRC3d0fe942011-08-12 19:30:21 +000031 "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)"