2004-07-05 18:12:39 +04:00
|
|
|
/*
|
|
|
|
* jversion.h
|
|
|
|
*
|
2023-01-17 15:45:10 +03:00
|
|
|
* Copyright (C) 1991-2022, Thomas G. Lane, Guido Vollbeding.
|
2004-07-05 18:12:39 +04: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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2023-01-17 15:45:10 +03:00
|
|
|
#define JVERSION "9e 16-Jan-2022"
|
2004-07-05 18:12:39 +04:00
|
|
|
|
2023-01-17 15:45:10 +03:00
|
|
|
#define JCOPYRIGHT "Copyright (C) 2022, Thomas G. Lane, Guido Vollbeding"
|