gecko-dev/jpeg/jversion.h

15 lines
360 B
C
Raw Normal View History

1998-03-28 02:44:41 +00:00
/*
* jversion.h
*
1998-07-22 21:15:59 +00:00
* Copyright (C) 1991-1998, Thomas G. Lane.
1998-03-28 02:44:41 +00: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.
*/
1998-07-22 21:15:59 +00:00
#define JVERSION "6b 27-Mar-1998"
1998-03-28 02:44:41 +00:00
1998-07-22 21:15:59 +00:00
#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"