1 | /* |
---|---|
2 | * reserved comment block |
3 | * DO NOT REMOVE OR ALTER! |
4 | */ |
5 | /* |
6 | * jversion.h |
7 | * |
8 | * Copyright (C) 1991-1998, Thomas G. Lane. |
9 | * This file is part of the Independent JPEG Group's software. |
10 | * For conditions of distribution and use, see the accompanying README file. |
11 | * |
12 | * This file contains software version identification. |
13 | */ |
14 | |
15 | |
16 | #define JVERSION "6b 27-Mar-1998" |
17 | |
18 | #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane" |
19 |