Warning, /sdk/codevis/version.h.in is written in an unsupported language. File is not indexed.

0001 #ifndef LAKOSIAN_VERSION_H
0002 #define LAKOSIAN_VERSION_H
0003 
0004 /* Auto generated header, do not edit. */
0005 
0006 #include <string>
0007 
0008 namespace VersionInformation {
0009     std::string version = "@GIT_VERSION@";
0010     std::string authors = R"(@GIT_AUTHORS@)";
0011     std::string build_date = R"(@CURRENT_DATE@)";
0012 }
0013 
0014 #endif