974deca5e1
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11846 178a84e3-b1eb-0310-8ba1-8eac791a3b58
15 lines
410 B
C
15 lines
410 B
C
/*
|
|
* jversion.h
|
|
*
|
|
* Copyright (C) 1991-2012, 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 "8d 15-Jan-2012"
|
|
|
|
#define JCOPYRIGHT "Copyright (C) 2012, Thomas G. Lane, Guido Vollbeding"
|