mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-14 17:01:22 +00:00
12b372f89c
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant@1 8a3a26a2-13c4-0310-b231-cf6edde360e5
14 lines
356 B
C
14 lines
356 B
C
/*
|
|
* jversion.h
|
|
*
|
|
* Copyright (C) 1991-1995, Thomas G. Lane.
|
|
* 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 "6 2-Aug-95"
|
|
|
|
#define JCOPYRIGHT "Copyright (C) 1995, Thomas G. Lane"
|