summaryrefslogtreecommitdiffhomepage
path: root/parser
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-07-01 16:31:58 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-07-01 16:31:58 +0000
commit899d03e77ecd8e7db4a6b76c24e93d9b945ba22c (patch)
tree5e619d83cdfccc585dde934ab3adf1d457f8c9fe /parser
parent2efd36a124ac65efc5494f0ff1b782d801fe14e9 (diff)
downloadraylib-899d03e77ecd8e7db4a6b76c24e93d9b945ba22c.tar.gz
raylib-899d03e77ecd8e7db4a6b76c24e93d9b945ba22c.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser')
-rw-r--r--parser/output/raylib_api.json4
-rw-r--r--parser/output/raylib_api.lua4
-rw-r--r--parser/output/raylib_api.txt4
-rw-r--r--parser/output/raylib_api.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index e9ec0787..810599d5 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -15,7 +15,7 @@
{
"name": "RAYLIB_VERSION_MINOR",
"type": "INT",
- "value": 1,
+ "value": 5,
"description": ""
},
{
@@ -27,7 +27,7 @@
{
"name": "RAYLIB_VERSION",
"type": "STRING",
- "value": "5.1-dev",
+ "value": "5.5",
"description": ""
},
{
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index 1ec84bca..3bc27ffa 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -15,7 +15,7 @@ return {
{
name = "RAYLIB_VERSION_MINOR",
type = "INT",
- value = 1,
+ value = 5,
description = ""
},
{
@@ -27,7 +27,7 @@ return {
{
name = "RAYLIB_VERSION",
type = "STRING",
- value = "5.1-dev",
+ value = "5.5",
description = ""
},
{
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt
index c4d5f052..4aed95a3 100644
--- a/parser/output/raylib_api.txt
+++ b/parser/output/raylib_api.txt
@@ -14,7 +14,7 @@ Define 002: RAYLIB_VERSION_MAJOR
Define 003: RAYLIB_VERSION_MINOR
Name: RAYLIB_VERSION_MINOR
Type: INT
- Value: 1
+ Value: 5
Description:
Define 004: RAYLIB_VERSION_PATCH
Name: RAYLIB_VERSION_PATCH
@@ -24,7 +24,7 @@ Define 004: RAYLIB_VERSION_PATCH
Define 005: RAYLIB_VERSION
Name: RAYLIB_VERSION
Type: STRING
- Value: "5.1-dev"
+ Value: "5.5"
Description:
Define 006: __declspec(x)
Name: __declspec(x)
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index daa1b547..32a920a8 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -3,9 +3,9 @@
<Defines count="57">
<Define name="RAYLIB_H" type="GUARD" value="" desc="" />
<Define name="RAYLIB_VERSION_MAJOR" type="INT" value="5" desc="" />
- <Define name="RAYLIB_VERSION_MINOR" type="INT" value="1" desc="" />
+ <Define name="RAYLIB_VERSION_MINOR" type="INT" value="5" desc="" />
<Define name="RAYLIB_VERSION_PATCH" type="INT" value="0" desc="" />
- <Define name="RAYLIB_VERSION" type="STRING" value="5.1-dev" desc="" />
+ <Define name="RAYLIB_VERSION" type="STRING" value="5.5" desc="" />
<Define name="__declspec(x)" type="MACRO" value="__attribute__((x))" desc="" />
<Define name="RLAPI" type="UNKNOWN" value="__declspec(dllexport)" desc="We are building the library as a Win32 shared library (.dll)" />
<Define name="PI" type="FLOAT" value="3.14159265358979323846" desc="" />