Skip to content

Commit e4a6d05

Browse files
committed
Mark SDL2_ttf as up to date with v2.24.0
1 parent 8744455 commit e4a6d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/sdl2_ttf.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ interface
7474
{* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL *}
7575
const
7676
SDL_TTF_MAJOR_VERSION = 2;
77-
SDL_TTF_MINOR_VERSION = 21;
77+
SDL_TTF_MINOR_VERSION = 24;
7878
SDL_TTF_PATCHLEVEL = 0;
7979

8080
procedure SDL_TTF_VERSION(Out X: TSDL_Version);

0 commit comments

Comments
 (0)