Files
30-seconds-of-code/node_modules/sharp/vendor/include/cairo-version.h
2019-08-20 15:52:05 +02:00

9 lines
148 B
C

#ifndef CAIRO_VERSION_H
#define CAIRO_VERSION_H
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 16
#define CAIRO_VERSION_MICRO 0
#endif