1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-15 08:07:41 +02:00

11 lines
201 B
Bash
Executable File

fmt='
#if !defined(REV_LONG)
#define REV_LONG "%H"
#endif
#if !defined(REV_TIME)
#define REV_TIME "%cd"
#endif
'
git show -s --format="${fmt}" | tee ../src/RevisionIdent.h
touch ../src/AboutDialog.cpp