2005-08-26 17:39:27 +00:00
|
|
|
/*
|
|
|
|
* jversion.h
|
|
|
|
*
|
2011-03-12 16:45:15 +00:00
|
|
|
* Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding.
|
2005-08-26 17:39:27 +00:00
|
|
|
* This file is part of the Independent JPEG Group's software.
|
|
|
|
* For conditions of distribution and use, see the accompanying README file.
|
|
|
|
*
|
|
|
|
* This file contains software version identification.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2011-03-12 16:45:15 +00:00
|
|
|
#define JVERSION "8c 16-Jan-2011"
|
2005-08-26 17:39:27 +00:00
|
|
|
|
2011-03-12 16:45:15 +00:00
|
|
|
#define JCOPYRIGHT "Copyright (C) 2011, Thomas G. Lane, Guido Vollbeding"
|