File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 {
1010 "name" : " RAYLIB_VERSION_MAJOR" ,
1111 "type" : " INT" ,
12- "value" : 5 ,
12+ "value" : 6 ,
1313 "description" : " "
1414 },
1515 {
1616 "name" : " RAYLIB_VERSION_MINOR" ,
1717 "type" : " INT" ,
18- "value" : 6 ,
18+ "value" : 0 ,
1919 "description" : " "
2020 },
2121 {
2727 {
2828 "name" : " RAYLIB_VERSION" ,
2929 "type" : " STRING" ,
30- "value" : " 5.6-dev " ,
30+ "value" : " 6.0 " ,
3131 "description" : " "
3232 },
3333 {
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ return {
99 {
1010 name = " RAYLIB_VERSION_MAJOR" ,
1111 type = " INT" ,
12- value = 5 ,
12+ value = 6 ,
1313 description = " "
1414 },
1515 {
1616 name = " RAYLIB_VERSION_MINOR" ,
1717 type = " INT" ,
18- value = 6 ,
18+ value = 0 ,
1919 description = " "
2020 },
2121 {
@@ -27,7 +27,7 @@ return {
2727 {
2828 name = " RAYLIB_VERSION" ,
2929 type = " STRING" ,
30- value = " 5.6-dev " ,
30+ value = " 6.0 " ,
3131 description = " "
3232 },
3333 {
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Define 001: RAYLIB_H
99Define 002: RAYLIB_VERSION_MAJOR
1010 Name: RAYLIB_VERSION_MAJOR
1111 Type: INT
12- Value: 5
12+ Value: 6
1313 Description:
1414Define 003: RAYLIB_VERSION_MINOR
1515 Name: RAYLIB_VERSION_MINOR
1616 Type: INT
17- Value: 6
17+ Value: 0
1818 Description:
1919Define 004: RAYLIB_VERSION_PATCH
2020 Name: RAYLIB_VERSION_PATCH
@@ -24,7 +24,7 @@ Define 004: RAYLIB_VERSION_PATCH
2424Define 005: RAYLIB_VERSION
2525 Name: RAYLIB_VERSION
2626 Type: STRING
27- Value: "5.6-dev "
27+ Value: "6.0 "
2828 Description:
2929Define 006: __declspec(x)
3030 Name: __declspec(x)
Original file line number Diff line number Diff line change 22<raylibAPI >
33 <Defines count =" 57" >
44 <Define name =" RAYLIB_H" type =" GUARD" value =" " desc =" " />
5- <Define name =" RAYLIB_VERSION_MAJOR" type =" INT" value =" 5 " desc =" " />
6- <Define name =" RAYLIB_VERSION_MINOR" type =" INT" value =" 6 " desc =" " />
5+ <Define name =" RAYLIB_VERSION_MAJOR" type =" INT" value =" 6 " desc =" " />
6+ <Define name =" RAYLIB_VERSION_MINOR" type =" INT" value =" 0 " desc =" " />
77 <Define name =" RAYLIB_VERSION_PATCH" type =" INT" value =" 0" desc =" " />
8- <Define name =" RAYLIB_VERSION" type =" STRING" value =" 5.6-dev " desc =" " />
8+ <Define name =" RAYLIB_VERSION" type =" STRING" value =" 6.0 " desc =" " />
99 <Define name =" __declspec(x)" type =" MACRO" value =" __attribute__((x))" desc =" " />
1010 <Define name =" RLAPI" type =" UNKNOWN" value =" __declspec(dllexport)" desc =" Building the library as a Win32 shared library (.dll)" />
1111 <Define name =" PI" type =" FLOAT" value =" 3.14159265358979323846" desc =" " />
You can’t perform that action at this time.
0 commit comments