Skip to content

Commit

Permalink
Update CSFML version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed May 19, 2024
1 parent b80ef3d commit 7755603
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/SFML/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////
#define CSFML_VERSION_MAJOR 2
#define CSFML_VERSION_MINOR 6
#define CSFML_VERSION_PATCH 0
#define CSFML_VERSION_PATCH 1


////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion tools/BuildMacOS.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/nuget/CSFML/CSFML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Version>2.6.0</Version>
<Version>2.6.1</Version>
<Authors>Laurent Gomila</Authors>
<PackageTags>sfml csfml</PackageTags>
<Copyright>Copyright © Laurent Gomila</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion tools/nuget/build.macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7755603

Please sign in to comment.