Upgrade to libvips v8.12.1

This commit is contained in:
Lovell Fuller 2021-11-25 22:05:21 +00:00
parent 336856dfc2
commit add4c7928f
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## v0.30 - *dresser* ## v0.30 - *dresser*
Requires libvips v8.12.0 Requires libvips v8.12.1
### v0.30.0 - TBD ### v0.30.0 - TBD

View File

@ -150,7 +150,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"config": { "config": {
"libvips": "8.12.0", "libvips": "8.12.1",
"runtime": "napi", "runtime": "napi",
"target": 5 "target": 5
}, },

View File

@ -26,8 +26,8 @@
#if (VIPS_MAJOR_VERSION < 8) || \ #if (VIPS_MAJOR_VERSION < 8) || \
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 12) || \ (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 12) || \
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 12 && VIPS_MICRO_VERSION < 0) (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 12 && VIPS_MICRO_VERSION < 1)
#error "libvips version 8.12.0+ is required - please see https://sharp.pixelplumbing.com/install" #error "libvips version 8.12.1+ is required - please see https://sharp.pixelplumbing.com/install"
#endif #endif
#if ((!defined(__clang__)) && defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6))) #if ((!defined(__clang__)) && defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)))