Update raylib and Raylib-cs version numbers
This commit is contained in:
parent
54d02588b9
commit
73020a5239
2 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ public static unsafe partial class Raylib
|
|||
/// </summary>
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue