]> www.ginac.de Git - cln.git/blob - src/base/cl_version.cc
bump library version, since CLN doesn't export global object ctors any more.
[cln.git] / src / base / cl_version.cc
1 // Version string buried into the library
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/version.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 const int version_major = CL_VERSION_MAJOR;
15 const int version_minor = CL_VERSION_MINOR;
16 const int version_patchlevel = CL_VERSION_PATCHLEVEL;
17
18 }  // namespace cln