michael@0: /* michael@0: * jversion.h michael@0: * michael@0: * This file was part of the Independent JPEG Group's software: michael@0: * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. michael@0: * Modifications: michael@0: * Copyright (C) 2010, 2012-2014, D. R. Commander. michael@0: * For conditions of distribution and use, see the accompanying README file. michael@0: * michael@0: * This file contains software version identification. michael@0: */ michael@0: michael@0: michael@0: #if JPEG_LIB_VERSION >= 80 michael@0: michael@0: #define JVERSION "8d 15-Jan-2012" michael@0: michael@0: #elif JPEG_LIB_VERSION >= 70 michael@0: michael@0: #define JVERSION "7 27-Jun-2009" michael@0: michael@0: #else michael@0: michael@0: #define JVERSION "6b 27-Mar-1998" michael@0: michael@0: #endif michael@0: michael@0: #define JCOPYRIGHT "Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding\n" \ michael@0: "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \ michael@0: "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \ michael@0: "Copyright (C) 2009-2014 D. R. Commander\n" \ michael@0: "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)"