mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-05 08:04:56 +00:00
6 lines
92 B
C
6 lines
92 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define GIT_COMMIT_HASH_STR "@GIT_COMMIT_HASH@"
|
|
|
|
#endif |