This file is indexed.

/usr/include/vips/version.h is in libvips-dev 7.38.5-2.

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.38.5"
#define VIPS_VERSION_STRING	"7.38.5-Sat Apr  5 11:17:49 UTC 2014"
#define VIPS_MAJOR_VERSION	(7)
#define VIPS_MINOR_VERSION	(38)
#define VIPS_MICRO_VERSION	(5)

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

#endif /*VIPS_VERSION_H*/