Skip to content

Commit

Permalink
Version bump: 2.6.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Jun 1, 2024
1 parent 2462019 commit 7062e66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "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)
Expand Down
2 changes: 1 addition & 1 deletion doc/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNATdoc.Index = {
"project": "ASFML",
"timestamp": "2024-05-31 22:38:31"
"timestamp": "2024-06-01 14:04:23"
};
2 changes: 1 addition & 1 deletion doc/srcs/sf.ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ GNATdoc.SourceFile = {
{
"kind": "span",
"cssClass": "number",
"text": "1"
"text": "2"
},
{
"kind": "span",
Expand Down
2 changes: 1 addition & 1 deletion include/sf.ads
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7062e66

Please sign in to comment.