diff options
Diffstat (limited to '3rdparty/libjpeg/jversion.h')
-rw-r--r-- | 3rdparty/libjpeg/jversion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/libjpeg/jversion.h b/3rdparty/libjpeg/jversion.h index e868538c884..0740b317d77 100644 --- a/3rdparty/libjpeg/jversion.h +++ b/3rdparty/libjpeg/jversion.h @@ -1,7 +1,7 @@ /* * jversion.h * - * Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding. + * Copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * @@ -9,6 +9,6 @@ */ -#define JVERSION "8c 16-Jan-2011" +#define JVERSION "9b 17-Jan-2016" -#define JCOPYRIGHT "Copyright (C) 2011, Thomas G. Lane, Guido Vollbeding" +#define JCOPYRIGHT "Copyright (C) 2016, Thomas G. Lane, Guido Vollbeding" |