src/3rdparty/libjpeg/jversion.h
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     1 /*
     1 /*
     2  * jversion.h
     2  * jversion.h
     3  *
     3  *
     4  * Copyright (C) 1991-1998, Thomas G. Lane.
     4  * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
     5  * This file is part of the Independent JPEG Group's software.
     5  * This file is part of the Independent JPEG Group's software.
     6  * For conditions of distribution and use, see the accompanying README file.
     6  * For conditions of distribution and use, see the accompanying README file.
     7  *
     7  *
     8  * This file contains software version identification.
     8  * This file contains software version identification.
     9  */
     9  */
    10 
    10 
    11 
    11 
    12 #define JVERSION	"6b  27-Mar-1998"
    12 #define JVERSION	"8  10-Jan-2010"
    13 
    13 
    14 #define JCOPYRIGHT	"Copyright (C) 1998, Thomas G. Lane"
    14 #define JCOPYRIGHT	"Copyright (C) 2010, Thomas G. Lane, Guido Vollbeding"