2011-12-26 11:30:11 -08:00
|
|
|
/*
|
|
|
|
|
* jversion.h
|
|
|
|
|
*
|
2022-05-29 23:42:26 +02:00
|
|
|
* Copyright (C) 1991-2022, Thomas G. Lane, Guido Vollbeding.
|
2011-12-26 11:30:11 -08: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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2022-05-29 23:42:26 +02:00
|
|
|
#define JVERSION "9e 16-Jan-2022"
|
2011-12-26 11:30:11 -08:00
|
|
|
|
2022-05-29 23:42:26 +02:00
|
|
|
#define JCOPYRIGHT "Copyright (C) 2022, Thomas G. Lane, Guido Vollbeding"
|