File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v4
4343 with :
4444 repository : SFML/SFML
45- ref : 2.6.0
45+ ref : 2.6.1
4646 path : SFML
4747
4848 - name : Configure SFML CMake
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ endmacro()
1313csfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)" )
1414
1515# project name
16- project (CSFML VERSION 2.6.0 )
16+ project (CSFML VERSION 2.6.1 )
1717
1818# we use the paths from the cmake GNUInstallDirs module as defaults
1919# you can override these if you like
Original file line number Diff line number Diff line change 3131////////////////////////////////////////////////////////////
3232#define CSFML_VERSION_MAJOR 2
3333#define CSFML_VERSION_MINOR 6
34- #define CSFML_VERSION_PATCH 0
34+ #define CSFML_VERSION_PATCH 1
3535
3636
3737////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33VERSION=" 2.6.1"
4- VERSION_C=" 2.6.0 "
4+ VERSION_C=" 2.6.1 "
55# BUILD_CSFML=FALSE
66BUILD_CSFML=TRUE
77BUILD_SFML=FALSE
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66
7- <Version >2.6.0 </Version >
7+ <Version >2.6.1 </Version >
88 <Authors >Laurent Gomila</Authors >
99 <PackageTags >sfml csfml</PackageTags >
1010 <Copyright >Copyright © Laurent Gomila</Copyright >
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ fixrpath graphics "@rpath/../Frameworks/freetype.framework/Versions/A/freetype"
181181# ======================================== #
182182
183183CSFMLMajorMinor=" 2.6"
184- CSFMLMajorMinorPatch=" $CSFMLMajorMinor .0 "
184+ CSFMLMajorMinorPatch=" $CSFMLMajorMinor .1 "
185185
186186# Copies one SFML and CSFML module into the NuGet package
187187# The module name must be passed to this function as an argument, in lowercase
You can’t perform that action at this time.
0 commit comments