mirror of
https://github.com/martravi/wiiqt6.git
synced 2025-02-16 19:49:13 +01:00
7 lines
107 B
Bash
7 lines
107 B
Bash
![]() |
REV=`svnversion -n .`
|
||
|
echo $REV
|
||
|
cat > ./svnrev.h <<EOF
|
||
|
#define SVN_REV $REV
|
||
|
#define SVN_REV_STR "$REV"
|
||
|
EOF
|