diff --git a/jpegturbo/jconfigint.h.cmake b/jpegturbo/jconfigint.h.cmake index 1a4aca2c..f6e879e9 100644 --- a/jpegturbo/jconfigint.h.cmake +++ b/jpegturbo/jconfigint.h.cmake @@ -1,14 +1,14 @@ /* libjpeg-turbo build number */ -#undef BUILD +#define BUILD 0 /* How to obtain function inlining. */ #define INLINE __inline /* Define to the full name of this package. */ -#undef PACKAGE_NAME +#define PACKAGE_NAME libjpeg-turbo /* Version number of package */ -#undef VERSION +#define VERSION 1.5.1 /* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T