2021-10-19 10:51:48 +02:00
|
|
|
/*
|
|
|
|
* jversion.h
|
|
|
|
*
|
2022-01-20 11:46:23 +01:00
|
|
|
* Copyright (C) 1991-2022, Thomas G. Lane, Guido Vollbeding.
|
2021-10-19 10:51:48 +02: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-01-20 11:46:23 +01:00
|
|
|
#define JVERSION "9e 16-Jan-2022"
|
2021-10-19 10:51:48 +02:00
|
|
|
|
2022-01-20 11:46:23 +01:00
|
|
|
#define JCOPYRIGHT "Copyright (C) 2022, Thomas G. Lane, Guido Vollbeding"
|