Thomas G. Lane | bd543f0 | 1991-12-13 00:00:00 +0000 | [diff] [blame] | 1 | /* |
| 2 | * jversion.h |
| 3 | * |
DRC | a73e870 | 2012-12-31 02:52:30 +0000 | [diff] [blame] | 4 | * This file was part of the Independent JPEG Group's software: |
Guido Vollbeding | 5829cb2 | 2012-01-15 00:00:00 +0000 | [diff] [blame] | 5 | * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. |
DRC | a73e870 | 2012-12-31 02:52:30 +0000 | [diff] [blame] | 6 | * Modifications: |
DRC | 2e22eb6 | 2013-01-19 01:16:38 +0000 | [diff] [blame] | 7 | * Copyright (C) 2010, 2012-2013, D. R. Commander. |
Thomas G. Lane | bd543f0 | 1991-12-13 00:00:00 +0000 | [diff] [blame] | 8 | * For conditions of distribution and use, see the accompanying README file. |
| 9 | * |
| 10 | * This file contains software version identification. |
| 11 | */ |
| 12 | |
| 13 | |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 14 | #if JPEG_LIB_VERSION >= 80 |
| 15 | |
Guido Vollbeding | 5829cb2 | 2012-01-15 00:00:00 +0000 | [diff] [blame] | 16 | #define JVERSION "8d 15-Jan-2012" |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 17 | |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 18 | #elif JPEG_LIB_VERSION >= 70 |
| 19 | |
DRC | a73e870 | 2012-12-31 02:52:30 +0000 | [diff] [blame] | 20 | #define JVERSION "7 27-Jun-2009" |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 21 | |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 22 | #else |
| 23 | |
Thomas G. Lane | 5ead57a | 1998-03-27 00:00:00 +0000 | [diff] [blame] | 24 | #define JVERSION "6b 27-Mar-1998" |
Thomas G. Lane | bd543f0 | 1991-12-13 00:00:00 +0000 | [diff] [blame] | 25 | |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 26 | #endif |
| 27 | |
DRC | c137f0f | 2013-01-01 10:56:38 +0000 | [diff] [blame] | 28 | #define JCOPYRIGHT "Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding\n" \ |
DRC | 1d5b1cf | 2012-01-31 10:39:29 +0000 | [diff] [blame] | 29 | "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \ |
DRC | 2cdd2ae | 2010-10-10 06:54:21 +0000 | [diff] [blame] | 30 | "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \ |
DRC | 2e22eb6 | 2013-01-19 01:16:38 +0000 | [diff] [blame] | 31 | "Copyright (C) 2009-2013 D. R. Commander\n" \ |
DRC | 3d0fe94 | 2011-08-12 19:30:21 +0000 | [diff] [blame] | 32 | "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)" |