From 686053bd8ca230439f1fb1526b2cc477389b4f36 Mon Sep 17 00:00:00 2001 From: const_k Date: Thu, 25 May 2006 05:01:55 +0000 Subject: Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1 632fc199-4ca6-4c93-a231-07263d6284db --- jversion.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jversion.h (limited to 'jversion.h') diff --git a/jversion.h b/jversion.h new file mode 100644 index 0000000..6472c58 --- /dev/null +++ b/jversion.h @@ -0,0 +1,14 @@ +/* + * jversion.h + * + * Copyright (C) 1991-1998, 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 "6b 27-Mar-1998" + +#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane" -- cgit v1.2.3