From b775db19d2c33e6172da96267cafc1a1e7567bb3 Mon Sep 17 00:00:00 2001 From: mgr Date: Sat, 27 Nov 2021 01:11:54 +0100 Subject: [PATCH] New bugfix release: 2.5.2 API fixes and improvements due to inconsistencies with the SFML API. - Thick binding for Unicode functions cf0557 - API fixes in Sf.Network.Ftp 63779a - Sf.Graphics.RenderTexture: fix drawSprite argument type 36e2ae - Sf.Graphics.RenderWindow: fix drawCircleShape argument type 1f4dfb --- alire.toml | 2 +- include/sf.ads | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alire.toml b/alire.toml index 7ad7d4c..44fb774 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "asfml" description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library" -version = "2.5.0" +version = "2.5.2" authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"] maintainers = ["Manuel Gomez "] diff --git a/include/sf.ads b/include/sf.ads index 63429e6..3529a28 100644 --- a/include/sf.ads +++ b/include/sf.ads @@ -62,7 +62,7 @@ package Sf is --////////////////////////////////////////////////////////// Version_Major : constant := 2; Version_Minor : constant := 5; - Version_Patch : constant := 0; + Version_Patch : constant := 2; --////////////////////////////////////////////////////////// -- // Define a portable boolean type