// Version information (cf. cln.m4) #ifndef _CL_VERSION_H #define _CL_VERSION_H /* These definitions are adjusted by `configure' automatically. */ #define CL_VERSION_MAJOR 1 #define CL_VERSION_MINOR 1 #define CL_VERSION_PATCHLEVEL 0 #define CL_VERSION 1.1.0 namespace cln { extern const int version_major; extern const int version_minor; extern const int version_patchlevel; } // namespace cln #endif /* _CL_VERSION_H */