Skip to content

Commit 40335e1

Browse files
committed
Update SDL version consts to 2.0.10
The floating-point rendering API made its debut with the 2.0.10 release.
1 parent 0aae6c0 commit 40335e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sdlversion.inc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ type
2020
patch: UInt8; {**< update version *}
2121
end;
2222

23-
{* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
23+
{*
24+
Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
25+
26+
Last updated when TSDL_FPoint and TSDL_FRect were added.
2427
*}
2528
const
2629
SDL_MAJOR_VERSION = 2;
2730
SDL_MINOR_VERSION = 0;
28-
SDL_PATCHLEVEL = 4;
31+
SDL_PATCHLEVEL = 10;
2932

3033
{**
3134
* Macro to determine SDL version program was compiled against.

0 commit comments

Comments
 (0)