From 73020a52399d1b47412c4c62a4d8aae2cb4b17c6 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:19:05 +0100 Subject: [PATCH] Update raylib and Raylib-cs version numbers --- Raylib-cs/Build.props | 8 ++++---- Raylib-cs/interop/Raylib.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Raylib-cs/Build.props b/Raylib-cs/Build.props index 64e1722..ef34419 100644 --- a/Raylib-cs/Build.props +++ b/Raylib-cs/Build.props @@ -1,9 +1,9 @@ - 5.0 - 6.1.1 - 6.1.1 + 5.5 + 7.0.0 + 7.0.0 - \ No newline at end of file + diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index 517edcf..90f95fd 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -13,7 +13,7 @@ public static unsafe partial class Raylib /// public const string NativeLibName = "raylib"; - public const string RAYLIB_VERSION = "5.0"; + public const string RAYLIB_VERSION = "5.5"; public const float DEG2RAD = MathF.PI / 180.0f; public const float RAD2DEG = 180.0f / MathF.PI;