Release v0.19.0

This commit is contained in:
Lovell Fuller
2018-01-11 22:31:51 +00:00
parent 8fca89e876
commit da5deb8177
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
// Verify platform and compiler compatibility
#if (VIPS_MAJOR_VERSION < 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 6))
#error libvips version 8.6.x required - see sharp.dimens.io/page/install
#error libvips version 8.6.1+ is required - see sharp.pixelplumbing.com/page/install
#endif
#if ((!defined(__clang__)) && defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)))