diff options
Diffstat (limited to 'jpeg/jversion.h')
-rw-r--r-- | jpeg/jversion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jpeg/jversion.h b/jpeg/jversion.h index d096384f..c9befacd 100644 --- a/jpeg/jversion.h +++ b/jpeg/jversion.h @@ -1,7 +1,7 @@ /* * jversion.h * - * Copyright (C) 1991-2018, Thomas G. Lane, Guido Vollbeding. + * Copyright (C) 1991-2020, 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 "9c 14-Jan-2018" +#define JVERSION "9d 12-Jan-2020" -#define JCOPYRIGHT "Copyright (C) 2018, Thomas G. Lane, Guido Vollbeding" +#define JCOPYRIGHT "Copyright (C) 2020, Thomas G. Lane, Guido Vollbeding" |