mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-23 04:22:27 +00:00
4597b03873
Opens in Android Studio but haven't even tried to build it yet (it won't.. I know that much!)
14 lines
396 B
C
14 lines
396 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"
|