/usr/include/cln/version.h is in libcln-dev 1.3.3-1ubuntu1.
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 19 20 21 22 23 24 25 26 27 | /* include/cln/version.h. Generated from version.h.in by configure. */
/* CLN version information */
#ifndef _CL_VERSION_H
#define _CL_VERSION_H
/* CLN release number */
#define CL_VERSION 1.3.3
/* Major version number of CLN */
#define CL_VERSION_MAJOR 1
/* Minor version number of CLN */
#define CL_VERSION_MINOR 3
/* Patchlevel version number of CLN */
#define CL_VERSION_PATCHLEVEL 3
namespace cln {
extern const int version_major;
extern const int version_minor;
extern const int version_patchlevel;
} // namespace cln
#endif /* _CL_VERSION_H */
|