src/3rdparty/libjpeg/jversion.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
     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"