This file is indexed.

/usr/include/vips/version.h is in libvips-dev 8.4.5-1build1.

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.4.5"
#define VIPS_VERSION_STRING	"8.4.5-Wed Jan 18 12:36:44 UTC 2017"
#define VIPS_MAJOR_VERSION	(8)
#define VIPS_MINOR_VERSION	(4)
#define VIPS_MICRO_VERSION	(5)

/* 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*/