summaryrefslogtreecommitdiff
path: root/jversion.h
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2010-11-01 05:14:55 +0000
committerhbono@chromium.org <hbono@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2010-11-01 05:14:55 +0000
commitf0c4f33a4aa0760ba0e12a254b69d996442c9c5a (patch)
treea58a8730a79fbe2f600a777f5f276f719856de55 /jversion.h
Adds libjpeg-turbo to our repository.
This change lands the original libjpeg-turbo 1.0.1 (source files only) and NASM 2.09.2 (required for assembling .asm files on Windows) to "deps/third_party". I will send more changes to land its build files and patches to integrate it into Chrome. BUG=48789 TEST=none Review URL: http://codereview.chromium.org/4134011 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libjpeg_turbo@64575 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
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"