mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-23 02:49:16 +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 |