]> www.ginac.de Git - cln.git/blob - src/base/cl_version.cc
Remove workarounds for obsolete compilers.
[cln.git] / src / base / cl_version.cc
1 // Version string buried into the library
2 #include "cln/version.h"
3
4 namespace cln {
5
6 const int version_major = CL_VERSION_MAJOR;
7 const int version_minor = CL_VERSION_MINOR;
8 const int version_patchlevel = CL_VERSION_PATCHLEVEL;
9
10 }  // namespace cln