This file is indexed.

/usr/include/vips/version.h is in libvips-dev 7.26.3-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
/* Macros for the header version.
 */

#ifndef VIPS_VERSION_H
#define VIPS_VERSION_H

#define VIPS_VERSION		"7.26.3"
#define VIPS_VERSION_STRING	"7.26.3-Fri Nov 18 16:39:54 UTC 2011"
#define VIPS_MAJOR_VERSION	(7)
#define VIPS_MINOR_VERSION	(26)
#define VIPS_MICRO_VERSION	(3)

/* Not really anything to do with versions, but this is a handy place to put
 * it.
 */
#define VIPS_EXEEXT ""

#endif /*VIPS_VERSION_H*/