Wiki Page Content

Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2010-07-21 04:57:28
Size: 735
Editor: SheenaSmith
Comment: update content (w/ Sam)
Revision 7 as of 2011-02-18 18:04:17
Size: 839
Editor: SheenaSmith
Comment: update content - w/ Sam
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 16: Line 15:
Returns an arbitrary string (a hash value),uniquely identifying the exact revision of the SDL Library in use. Returns an arbitrary string, uniquely identifying the exact revision of the SDL library in use.  
Line 24: Line 23:
This value is only useful in comparing against other revisions. <<Include(SDL_REVISION, , , from="Start Include here.", to="##End Include here")>>
Line 26: Line 25:
It is NOT an incrementing number. This value is the revision of the code you are linked with and may be different from the code you are compiling with, which is found in the constant [[SDL_REVISION]].
Line 29: Line 28:
 .[[SDL_GetVersion]]

SDL_GetRevision

Use this function to get the code revision of SDL that is linked against your program.

Syntax

const char* SDL_GetRevision(void)

Return Value

Returns an arbitrary string, uniquely identifying the exact revision of the SDL library in use.

Code Examples

You can add your code example here

Remarks

The revision is a string including sequential revision number that is incremented with each commit, and a hash of the last code change.

  • Example: hg-5344:94189aa89b54

This value is the revision of the code you are linked with and may be different from the code you are compiling with, which is found in the constant SDL_REVISION.


CategoryAPI, CategoryVersion

None: SDL_GetRevision (last edited 2011-02-18 18:04:17 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit