Changed revision details to be a string (an hg changeset) instead of an int.
This commit is contained in:
parent
e8beace165
commit
07cc73d801
5 changed files with 11 additions and 15 deletions
|
@ -8,7 +8,7 @@ header=$srcdir/include/SDL_revision.h
|
|||
|
||||
rev=`sh showrev.sh`
|
||||
if [ "$rev" != "" ]; then
|
||||
echo "#define SDL_REVISION $rev" >$header.new
|
||||
echo "#define SDL_REVISION \"$rev\"" >$header.new
|
||||
if diff $header $header.new >/dev/null 2>&1; then
|
||||
rm $header.new
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue