diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2011-02-15 15:28:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2011-02-15 15:28:27 +0000 |
| commit | f8697125f4ac2e0690ee0e5be408ff35be29252e (patch) | |
| tree | 67d8dc37339502ef09c92971b940f35fa82ce5b0 /jpeg/jpeglib.h | |
| parent | 1216e9530fe541df6b95ffa39d00df9919cee4fa (diff) | |
Merge changes from JPEG 8c (released Jan 16, 2011)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8426 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'jpeg/jpeglib.h')
| -rw-r--r-- | jpeg/jpeglib.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/jpeg/jpeglib.h b/jpeg/jpeglib.h index 5039d4bf4..1eb1fac03 100644 --- a/jpeg/jpeglib.h +++ b/jpeg/jpeglib.h @@ -2,7 +2,7 @@ * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. - * Modified 2002-2009 by Guido Vollbeding. + * Modified 2002-2010 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * @@ -33,11 +33,13 @@ extern "C" { #endif #endif -/* Version ID for the JPEG library. +/* Version IDs for the JPEG library. * Might be useful for tests like "#if JPEG_LIB_VERSION >= 80". */ -#define JPEG_LIB_VERSION 80 /* Version 8.0 */ +#define JPEG_LIB_VERSION 80 /* Compatibility version 8.0 */ +#define JPEG_LIB_VERSION_MAJOR 8 +#define JPEG_LIB_VERSION_MINOR 3 /* Various constants determining the sizes of things. |
