mirror of https://github.com/YosysHQ/yosys.git
2 lines
183 B
C++
2 lines
183 B
C++
|
namespace Yosys { extern const char *yosys_version_str; const char *yosys_version_str="Yosys @YOSYS_VER@ (@YOSYS_GIT_VERSION@@CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@)"; }
|