gecko-dev/jpeg/jversion.h

15 строки
360 B
C
Исходник Обычный вид История

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