Wiki Page Content

Differences between revisions 10 and 11
Revision 10 as of 2010-08-25 00:57:17
Size: 1456
Editor: SheenaSmith
Comment: temp test
Revision 11 as of 2010-08-29 19:39:00
Size: 1373
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
||<tablewidth="100%"style="color: rgb(255, 0, 0); text-align: center;">DRAFT ||
Line 15: Line 14:
These functions are used to collect or display information about the version of SDL that is currently being used by the program ^or that it was complied against^. These functions are used to collect or display information about the version of SDL that is currently being used by the program or that it was compiled against.

Querying SDL Version

Include File(s): SDL_version.h

Introduction

These functions are used to collect or display information about the version of SDL that is currently being used by the program or that it was compiled against.

  • The version number consists of three segments (X.Y.Z)
    • X = Major Version, which increments with massive changes, additions, and enhancements

    • Y = Minor Version, which increments with backwards-compatible changes to the major revision

    • Z = Patchlevel, which increments with fixes to the minor revision

    Example: The current version is 1.3.0

  • The version number may also be reported as a 4-digit numeric value where the thousands place represents the major version, the hundreds place represents the minor version, and the tens and ones places represent the patchlevel (update version).

    Example: The current version is 1300

Enumerations

Structures

Functions


CategoryCategory

None: CategoryVersion (last edited 2016-03-27 21:54:16 by PhilippWiesemann)

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