blob: 119c481c3f268bc461400be92a8c684436efa14b [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.
5 * Copyright (C) 2010, 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
17#define JCOPYRIGHT "Copyright (C) 2010, Thomas G. Lane, Guido Vollbeding"
18
19#elif JPEG_LIB_VERSION >= 70
20
21#define JVERSION "7 27-Jun-2009"
22
23#define JCOPYRIGHT "Copyright (C) 2009, Thomas G. Lane, Guido Vollbeding"
24
25#else
26
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000027#define JVERSION "6b 27-Mar-1998"
Thomas G. Lanebd543f01991-12-13 00:00:00 +000028
Thomas G. Lane5ead57a1998-03-27 00:00:00 +000029#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"
DRC2cdd2ae2010-10-10 06:54:21 +000030
31#endif
32
33#define LJTCOPYRIGHT "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
34 "Copyright (C) 2004 Landmark Graphics Corporation\n" \
35 "Copyright (C) 2005-2007 Sun Microsystems, Inc.\n" \
36 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
DRC23ce65d2011-02-18 07:02:32 +000037 "Copyright (C) 2009-2011 D. R. Commander"