aboutsummaryrefslogtreecommitdiff
path: root/jconfig.h.in
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2010-10-08 08:05:44 +0000
committerDRC <dcommander@users.sourceforge.net>2010-10-08 08:05:44 +0000
commit36a6eec93250e390d1028b3372078810b4428eaf (patch)
tree2b769f02f8cfb3199cbcd37f09930de4b17f7dad /jconfig.h.in
parente5d7bc9f931dc0dc25707affc0754d3e99be481d (diff)
parenta4ecaacde6d64e1f20b8647546813c17592016c1 (diff)
downloadlibjpeg-turbo-36a6eec93250e390d1028b3372078810b4428eaf.tar.gz
Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@236 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jconfig.h.in')
-rw-r--r--jconfig.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/jconfig.h.in b/jconfig.h.in
index 4e5e80ed..c8d0dd78 100644
--- a/jconfig.h.in
+++ b/jconfig.h.in
@@ -1,3 +1,8 @@
+/* Version ID for the JPEG library.
+ * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
+ */
+#define JPEG_LIB_VERSION 62 /* Version 6b */
+
/* Define if your compiler supports prototypes */
#undef HAVE_PROTOTYPES