|
Size: 1291
Comment: update content - tip in address
|
Size: 1303
Comment: change back to FullSearchCached
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 26: | Line 26: |
| <<FullSearch(category:CategoryStruct CategoryVersion)>> | <<FullSearchCached(category:CategoryStruct CategoryVersion)>> |
| Line 30: | Line 30: |
| <<FullSearch(category:CategoryVersion -CategoryStruct -CategoryEnum)>> | <<FullSearchCached(category:CategoryVersion -CategoryStruct -CategoryEnum)>> |
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 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 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
Structures
