diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf7f7b70..bdd471d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: SFML/SFML
- ref: 2.6.0
+ ref: 2.6.1
path: SFML
- name: Configure SFML CMake
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3d0a4f8..315334ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ endmacro()
csfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")
# project name
-project(CSFML VERSION 2.6.0)
+project(CSFML VERSION 2.6.1)
# we use the paths from the cmake GNUInstallDirs module as defaults
# you can override these if you like
diff --git a/include/SFML/Config.h b/include/SFML/Config.h
index 63e49abf..15940c33 100644
--- a/include/SFML/Config.h
+++ b/include/SFML/Config.h
@@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////
#define CSFML_VERSION_MAJOR 2
#define CSFML_VERSION_MINOR 6
-#define CSFML_VERSION_PATCH 0
+#define CSFML_VERSION_PATCH 1
////////////////////////////////////////////////////////////
diff --git a/tools/BuildMacOS.sh b/tools/BuildMacOS.sh
index 7bfe9ff5..500f47aa 100644
--- a/tools/BuildMacOS.sh
+++ b/tools/BuildMacOS.sh
@@ -1,7 +1,7 @@
#!/bin/sh
VERSION="2.6.1"
-VERSION_C="2.6.0"
+VERSION_C="2.6.1"
# BUILD_CSFML=FALSE
BUILD_CSFML=TRUE
BUILD_SFML=FALSE
diff --git a/tools/nuget/CSFML/CSFML.csproj b/tools/nuget/CSFML/CSFML.csproj
index c731c064..1cdc1474 100644
--- a/tools/nuget/CSFML/CSFML.csproj
+++ b/tools/nuget/CSFML/CSFML.csproj
@@ -4,7 +4,7 @@
netstandard2.0
true
- 2.6.0
+ 2.6.1
Laurent Gomila
sfml csfml
Copyright © Laurent Gomila
diff --git a/tools/nuget/build.macos.sh b/tools/nuget/build.macos.sh
index 74db6137..20cafa6a 100755
--- a/tools/nuget/build.macos.sh
+++ b/tools/nuget/build.macos.sh
@@ -181,7 +181,7 @@ fixrpath graphics "@rpath/../Frameworks/freetype.framework/Versions/A/freetype"
# ======================================== #
CSFMLMajorMinor="2.6"
-CSFMLMajorMinorPatch="$CSFMLMajorMinor.0"
+CSFMLMajorMinorPatch="$CSFMLMajorMinor.1"
# Copies one SFML and CSFML module into the NuGet package
# The module name must be passed to this function as an argument, in lowercase