mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -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 = ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user