mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 04:52:11 +00:00
ed12bdc0f4
down version of the library with the ZDoom source. (It actually uses less space than zlib now.) Unix users probably ought to use the system-supplied libjpeg instead. I modified Makefile.linux to hopefully do that. I'm sure Jim or someone will correct me if it doesn't actually work. SVN r293 (trunk)
14 lines
360 B
C
14 lines
360 B
C
/*
|
|
* jversion.h
|
|
*
|
|
* Copyright (C) 1991-1998, Thomas G. Lane.
|
|
* 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.
|
|
*/
|
|
|
|
|
|
#define JVERSION "6b 27-Mar-1998"
|
|
|
|
#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"
|