]> www.ginac.de Git - cln.git/blob - include/cln/version.h.in
* include/cln/number.h (cl_as_N): Remove bogus comment.
[cln.git] / include / cln / version.h.in
1 // Version information (cf. cln.m4)
2
3 #ifndef _CL_VERSION_H
4 #define _CL_VERSION_H
5
6 /* These definitions are adjusted by `configure' automatically. */
7
8
9 #define CL_VERSION_MAJOR 1
10 #define CL_VERSION_MINOR 1
11 #define CL_VERSION_PATCHLEVEL 0
12 #define CL_VERSION 1.1.0
13
14 namespace cln {
15
16 extern const int version_major;
17 extern const int version_minor;
18 extern const int version_patchlevel;
19
20 }  // namespace cln
21
22 #endif  /* _CL_VERSION_H */