mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 12:46:16 +00: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
|