/usr/include/unicap/unicapgtk_version.h is in libunicapgtk2-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 | #ifndef __UNICAPGTK_VERSION_H__
#define __UNICAPGTK_VERSION_H__
#define UNICAPGTK_MAJOR_VERSION 0
#define UNICAPGTK_MINOR_VERSION 9
#define UNICAPGTK_MICRO_VERSION 5
extern const unsigned int unicapgtk_major_version;
extern const unsigned int unicapgtk_minor_version;
extern const unsigned int unicapgtk_micro_version;
#endif//__UNICAPGTK_VERSION_H__
|