Skip to content

Commit

Permalink
New bugfix release: 2.5.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgrojo committed Nov 27, 2021
1 parent a5fde3d commit b775db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -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 <mgrojo@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion include/sf.ads
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b775db1

Please sign in to comment.