Skip to content

Commit b775db1

Browse files
committed
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
1 parent a5fde3d commit b775db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alire.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "asfml"
22
description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library"
3-
version = "2.5.0"
3+
version = "2.5.2"
44

55
authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"]
66
maintainers = ["Manuel Gomez <[email protected]>"]

include/sf.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ package Sf is
6262
--//////////////////////////////////////////////////////////
6363
Version_Major : constant := 2;
6464
Version_Minor : constant := 5;
65-
Version_Patch : constant := 0;
65+
Version_Patch : constant := 2;
6666

6767
--//////////////////////////////////////////////////////////
6868
-- // Define a portable boolean type

0 commit comments

Comments
 (0)