1991-12-12 19:00:00 -05:00
|
|
|
/*
|
|
|
|
* jversion.h
|
|
|
|
*
|
2010-01-09 19:00:00 -05:00
|
|
|
* Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
|
1991-12-12 19:00:00 -05: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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2010-02-27 19:00:00 -05:00
|
|
|
#define JVERSION "8a 28-Feb-2010"
|
1991-12-12 19:00:00 -05:00
|
|
|
|
2010-01-09 19:00:00 -05:00
|
|
|
#define JCOPYRIGHT "Copyright (C) 2010, Thomas G. Lane, Guido Vollbeding"
|