This file is indexed.

/usr/include/girara/version.h is in libgirara-dev 0.1.9-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
/* See LICENSE file for license and copyright information */

#ifndef GIRARA_VERSION_H
#define GIRARA_VERSION_H

#define GIRARA_VERSION_MAJOR 0
#define GIRARA_VERSION_MINOR 1
#define GIRARA_VERSION_REV 9
#define GIRARA_VERSION "0.1.9"

#endif