aboutsummaryrefslogtreecommitdiff
path: root/jversion.h
diff options
context:
space:
mode:
authorconst_k <const_k@632fc199-4ca6-4c93-a231-07263d6284db>2006-05-25 05:01:55 +0000
committerconst_k <const_k@632fc199-4ca6-4c93-a231-07263d6284db>2006-05-25 05:01:55 +0000
commit686053bd8ca230439f1fb1526b2cc477389b4f36 (patch)
treec3f21cb1cc9c3534880bc485a468e41f817240a9 /jversion.h
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
Diffstat (limited to 'jversion.h')
-rw-r--r--jversion.h14
1 files changed, 14 insertions, 0 deletions
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"