/usr/include/unicap/ucil_version.h is in libucil2-dev 0.9.5-1.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 | #ifndef __UCIL_VERSION_H__
#define __UCIL_VERSION_H__
#define UCIL_MAJOR_VERSION 0
#define UCIL_MINOR_VERSION 9
#define UCIL_MICRO_VERSION 5
extern const unsigned int ucil_major_version;
extern const unsigned int ucil_minor_version;
extern const unsigned int ucil_micro_version;
#endif//__UCIL_VERSION_H__
|