2006-08-16 18:08:39 +00:00
|
|
|
/*
|
|
|
|
* jversion.h
|
|
|
|
*
|
2018-04-30 09:04:24 +00:00
|
|
|
* Copyright (C) 1991-2018, Thomas G. Lane, Guido Vollbeding.
|
2006-08-16 18:08:39 +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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2018-04-30 09:04:24 +00:00
|
|
|
#define JVERSION "9c 14-Jan-2018"
|
2006-08-16 18:08:39 +00:00
|
|
|
|
2018-04-30 09:04:24 +00:00
|
|
|
#define JCOPYRIGHT "Copyright (C) 2018, Thomas G. Lane, Guido Vollbeding"
|