rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-02-26 23:00:48 +00:00
parent f3958cae5d
commit 178aca0fd0
4 changed files with 12 additions and 12 deletions

View File

@ -9,13 +9,13 @@ return {
{
name = "RAYLIB_VERSION_MAJOR",
type = "INT",
value = 5,
value = 6,
description = ""
},
{
name = "RAYLIB_VERSION_MINOR",
type = "INT",
value = 6,
value = 0,
description = ""
},
{
@ -27,7 +27,7 @@ return {
{
name = "RAYLIB_VERSION",
type = "STRING",
value = "5.6-dev",
value = "6.0",
description = ""
},
{