/usr/include/vips/version.h is in libvips-dev 8.2.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /* Macros for the header version.
*/
#ifndef VIPS_VERSION_H
#define VIPS_VERSION_H
#define VIPS_VERSION "8.2.2"
#define VIPS_VERSION_STRING "8.2.2-Sat Jan 30 17:12:08 UTC 2016"
#define VIPS_MAJOR_VERSION (8)
#define VIPS_MINOR_VERSION (2)
#define VIPS_MICRO_VERSION (2)
/* Not really anything to do with versions, but this is a handy place to put
* it.
*/
#define VIPS_EXEEXT ""
#define VIPS_ENABLE_DEPRECATED 1
#endif /*VIPS_VERSION_H*/
|