Skip to content

Commit e153a8a

Browse files
committed
Update CSFML version to 2.6.1
1 parent 17f42be commit e153a8a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endmacro()
1313
csfml_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

include/SFML/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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
////////////////////////////////////////////////////////////

tools/BuildMacOS.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
VERSION="2.6.1"
4-
VERSION_C="2.6.0"
4+
VERSION_C="2.6.1"
55
# BUILD_CSFML=FALSE
66
BUILD_CSFML=TRUE
77
BUILD_SFML=FALSE

tools/nuget/CSFML/CSFML.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

tools/nuget/build.macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ fixrpath graphics "@rpath/../Frameworks/freetype.framework/Versions/A/freetype"
181181
# ======================================== #
182182

183183
CSFMLMajorMinor="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

0 commit comments

Comments
 (0)