/usr/include/girara/version.h is in libgirara-dev 0.2.7-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 2
#define GIRARA_VERSION_REV 7
#define GIRARA_VERSION "0.2.7"
#endif
|