fltk/jpeg/jversion.h

15 lines
396 B
C
Raw Normal View History

/*
* jversion.h
*
2024-02-17 13:46:11 +03:00
* Copyright (C) 1991-2024, Thomas G. Lane, Guido Vollbeding.
* 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.
*/
2024-02-17 13:46:11 +03:00
#define JVERSION "9f 14-Jan-2024"
2024-02-17 13:46:11 +03:00
#define JCOPYRIGHT "Copyright (C) 2024, Thomas G. Lane, Guido Vollbeding"