File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@v4
43
43
with :
44
44
repository : SFML/SFML
45
- ref : 2.6.0
45
+ ref : 2.6.1
46
46
path : SFML
47
47
48
48
- name : Configure SFML CMake
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ endmacro()
13
13
csfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)" )
14
14
15
15
# project name
16
- project (CSFML VERSION 2.6.0 )
16
+ project (CSFML VERSION 2.6.1 )
17
17
18
18
# we use the paths from the cmake GNUInstallDirs module as defaults
19
19
# you can override these if you like
Original file line number Diff line number Diff line change 31
31
////////////////////////////////////////////////////////////
32
32
#define CSFML_VERSION_MAJOR 2
33
33
#define CSFML_VERSION_MINOR 6
34
- #define CSFML_VERSION_PATCH 0
34
+ #define CSFML_VERSION_PATCH 1
35
35
36
36
37
37
////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
VERSION=" 2.6.1"
4
- VERSION_C=" 2.6.0 "
4
+ VERSION_C=" 2.6.1 "
5
5
# BUILD_CSFML=FALSE
6
6
BUILD_CSFML=TRUE
7
7
BUILD_SFML=FALSE
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
7
- <Version >2.6.0 </Version >
7
+ <Version >2.6.1 </Version >
8
8
<Authors >Laurent Gomila</Authors >
9
9
<PackageTags >sfml csfml</PackageTags >
10
10
<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"
181
181
# ======================================== #
182
182
183
183
CSFMLMajorMinor=" 2.6"
184
- CSFMLMajorMinorPatch=" $CSFMLMajorMinor .0 "
184
+ CSFMLMajorMinorPatch=" $CSFMLMajorMinor .1 "
185
185
186
186
# Copies one SFML and CSFML module into the NuGet package
187
187
# 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