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
|
@ -271,7 +271,7 @@ SDL_GetVersion(SDL_version * ver)
|
|||
}
|
||||
|
||||
/* Get the library source revision */
|
||||
int
|
||||
const char *
|
||||
SDL_GetRevision(void)
|
||||
{
|
||||
return SDL_REVISION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue