mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
8 lines
111 B
Bash
8 lines
111 B
Bash
|
REV=`svnversion -n ./`
|
||
|
echo $REV
|
||
|
|
||
|
cat > Src/svnrev.h <<EOF
|
||
|
#define SVN_REV $REV
|
||
|
#define SVN_REV_STR "$REV"
|
||
|
EOF
|