1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-23 02:49:16 +00:00
YosysHQ.nextpnr/common/version.h.in
Miodrag Milanovic 7cb42f4368 Initial GUI work
2018-06-05 21:03:06 +02:00

6 lines
92 B
C

#ifndef VERSION_H
#define VERSION_H
#define GIT_COMMIT_HASH_STR "@GIT_COMMIT_HASH@"
#endif