mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-16 14:19:21 +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
|