463eb3a181
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10626 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
15 lines
396 B
C
15 lines
396 B
C
/*
|
|
* jversion.h
|
|
*
|
|
* Copyright (C) 1991-2014, 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.
|
|
*/
|
|
|
|
|
|
#define JVERSION "9a 19-Jan-2014"
|
|
|
|
#define JCOPYRIGHT "Copyright (C) 2014, Thomas G. Lane, Guido Vollbeding"
|