libsdl-org/SDL_ttf

FreeType version update?

slouken opened this issue · 10 comments

The latest release of FreeType is 2.13.2, should we update our pinned version for the SDL_ttf release?

I can do that in a few days I think. For SDL2 before release too?

Yes. I'll do another RC build once you've updated the FreeType version.

Upgrade is done, closing.

@slouken: Your 2.21.2 prerelease tarball still has the old freetype 2.13.0 in it. Something is still broken.

Investigating...

... binaries most likely have the old version built in, too..

Ironically, the binaries were built with the updated version. I'm uploading fixed archives now. Thanks for the catch!

Done!

Ironically, the binaries were built with the updated version. I'm uploading fixed archives now. Thanks for the catch!

To make sure, TTF_GetFreeTypeVersion() returns the correct version, yes?

Yes.