1
0
mirror of https://github.com/simh/simh.git synced 2026-04-17 08:41:28 +00:00

SCP: Provide commit id information when archived simh content is used

This commit is contained in:
Mark Pizzolato
2021-11-01 15:33:43 -07:00
parent 70af29ac0c
commit 6d9a55d351
2 changed files with 21 additions and 4 deletions

View File

@@ -56,10 +56,8 @@
information as a consequence of the "sim_rev.h export-subst"
line in the .gitattributes file.
*/
#if !defined(SIM_GIT_COMMIT_ID)
#define SIM_GIT_COMMIT_ID $Format:%H$
#define SIM_GIT_COMMIT_TIME $Format:%aI$
#endif
#define SIM_ARCHIVE_GIT_COMMIT_ID $Format:%H$
#define SIM_ARCHIVE_GIT_COMMIT_TIME $Format:%aI$
/*
The comment section below reflects the manual editing process which was in place