This file is indexed.

/usr/include/vips/version.h is in libvips-dev 7.40.6-2+b1.

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.40.6"
#define VIPS_VERSION_STRING	"7.40.6-Thu Oct 16 23:20:47 UTC 2014"
#define VIPS_MAJOR_VERSION	(7)
#define VIPS_MINOR_VERSION	(40)
#define VIPS_MICRO_VERSION	(6)

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

#endif /*VIPS_VERSION_H*/