diff --git a/alire.toml b/alire.toml index 8808185..aa5ade8 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "asfml" description = "Ada binding to SFML, the Simple and Fast Multimedia Library" -version = "2.6.1" +version = "2.6.2-dev" long-description = """ [![ASFML logo](https://raw.githubusercontent.com/mgrojo/ASFML/master/images/ASFML_Logo.svg)](https://www.sfml-dev.org) ![Ada (GNAT)](https://github.com/mgrojo/ASFML/workflows/Ada%20(GNAT)/badge.svg) diff --git a/doc/index.js b/doc/index.js index ad0e26e..7dfac06 100644 --- a/doc/index.js +++ b/doc/index.js @@ -1,4 +1,4 @@ GNATdoc.Index = { "project": "ASFML", - "timestamp": "2024-05-31 22:38:31" + "timestamp": "2024-06-01 14:04:23" }; \ No newline at end of file diff --git a/doc/srcs/sf.ads.js b/doc/srcs/sf.ads.js index 89c6969..701897d 100644 --- a/doc/srcs/sf.ads.js +++ b/doc/srcs/sf.ads.js @@ -733,7 +733,7 @@ GNATdoc.SourceFile = { { "kind": "span", "cssClass": "number", - "text": "1" + "text": "2" }, { "kind": "span", diff --git a/include/sf.ads b/include/sf.ads index 041c7c7..3c389d2 100644 --- a/include/sf.ads +++ b/include/sf.ads @@ -44,7 +44,7 @@ package Sf is Version_Major : constant := 2; Version_Minor : constant := 6; --/ This corresponds to the ASFML patch version, not necessarily to the used CSFML one. - Version_Patch : constant := 1; + Version_Patch : constant := 2; --////////////////////////////////////////////////////////// -- // Define a portable boolean type