3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-22 08:17:38 +00:00
yosys/kernel/version.cc.in
2025-02-12 14:18:02 +01:00

1 line
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@)"; }