We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8744455 commit e4a6d05Copy full SHA for e4a6d05
units/sdl2_ttf.pas
@@ -74,7 +74,7 @@ interface
74
{* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL *}
75
const
76
SDL_TTF_MAJOR_VERSION = 2;
77
- SDL_TTF_MINOR_VERSION = 21;
+ SDL_TTF_MINOR_VERSION = 24;
78
SDL_TTF_PATCHLEVEL = 0;
79
80
procedure SDL_TTF_VERSION(Out X: TSDL_Version);
0 commit comments