diff --git a/GRRLIB/lib/jpeg/README b/GRRLIB/lib/jpeg/README index fd0f2f7..4c8e82e 100644 --- a/GRRLIB/lib/jpeg/README +++ b/GRRLIB/lib/jpeg/README @@ -1,7 +1,7 @@ The Independent JPEG Group's JPEG software ========================================== -README for release 9b of 10-Jan-2016 +README for release 9b of 17-Jan-2016 ==================================== This distribution contains the ninth public release of the Independent JPEG diff --git a/GRRLIB/lib/jpeg/jdarith.c b/GRRLIB/lib/jpeg/jdarith.c index efdb26d..5533c07 100644 --- a/GRRLIB/lib/jpeg/jdarith.c +++ b/GRRLIB/lib/jpeg/jdarith.c @@ -1,7 +1,7 @@ /* * jdarith.c * - * Developed 1997-2013 by Guido Vollbeding. + * Developed 1997-2015 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. * @@ -94,7 +94,7 @@ get_byte (j_decompress_ptr cinfo) * (instead of fixed) with the bit shift counter CT. * Thus, we also need only one (variable instead of * fixed size) shift for the LPS/MPS decision, and - * we can get away with any renormalization update + * we can do away with any renormalization update * of C (except for new data insertion, of course). * * I've also introduced a new scheme for accessing diff --git a/GRRLIB/lib/jpeg/jversion.h b/GRRLIB/lib/jpeg/jversion.h index 55e3830..0740b31 100644 --- a/GRRLIB/lib/jpeg/jversion.h +++ b/GRRLIB/lib/jpeg/jversion.h @@ -9,6 +9,6 @@ */ -#define JVERSION "9b 10-Jan-2016" +#define JVERSION "9b 17-Jan-2016" #define JCOPYRIGHT "Copyright (C) 2016, Thomas G. Lane, Guido Vollbeding"