mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-13 02:29:10 -04:00
update 2025->2026, 5.5->6.0 (#5754)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2025 Ramon Santamaria (@raysan5)
|
||||
Copyright (c) 2026 Ramon Santamaria (@raysan5)
|
||||
|
||||
This software is provided "as-is", without any express or implied warranty. In no event
|
||||
will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#
|
||||
# raylib makefile for Desktop platforms, Web (Wasm), Raspberry Pi (DRM mode) and Android
|
||||
#
|
||||
# Copyright (c) 2013-2025 Ramon Santamaria (@raysan5)
|
||||
# Copyright (c) 2013-2026 Ramon Santamaria (@raysan5)
|
||||
#
|
||||
# This software is provided "as-is", without any express or implied warranty. In no event
|
||||
# will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
@ -474,8 +474,8 @@ int main(int argc, char *argv[])
|
||||
exTextUpdated[1] = TextReplaceAlloc(exTextUpdated[0], "<name>", exName + strlen(exCategory) + 1);
|
||||
//TextReplaceAlloc(newExample, "<user_name>", "Ray");
|
||||
//TextReplaceAlloc(newExample, "@<user_github>", "@raysan5");
|
||||
//TextReplaceAlloc(newExample, "<year_created>", 2025);
|
||||
//TextReplaceAlloc(newExample, "<year_updated>", 2025);
|
||||
//TextReplaceAlloc(newExample, "<year_created>", 2026);
|
||||
//TextReplaceAlloc(newExample, "<year_updated>", 2026);
|
||||
|
||||
SaveFileText(TextFormat("%s/%s/%s.c", exBasePath, exCategory, exName), exTextUpdated[1]);
|
||||
for (int i = 0; i < 6; i++) { MemFree(exTextUpdated[i]); exTextUpdated[i] = NULL; }
|
||||
@ -1875,7 +1875,7 @@ int main(int argc, char *argv[])
|
||||
printf("\n////////////////////////////////////////////////////////////////////////////////////////////\n");
|
||||
printf("// //\n");
|
||||
printf("// rexm [raylib examples manager] - A simple command-line tool to manage raylib examples //\n");
|
||||
printf("// powered by raylib v5.6-dev //\n");
|
||||
printf("// powered by raylib v6.0 //\n");
|
||||
printf("// //\n");
|
||||
printf("// Copyright (c) 2025-2026 Ramon Santamaria (@raysan5) //\n");
|
||||
printf("// //\n");
|
||||
|
||||
@ -13,7 +13,7 @@ BEGIN
|
||||
VALUE "FileDescription", "rexm | raylib examples manager"
|
||||
VALUE "FileVersion", "1.0"
|
||||
VALUE "InternalName", "rexm"
|
||||
VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria"
|
||||
VALUE "LegalCopyright", "(c) 2026 Ramon Santamaria"
|
||||
//VALUE "OriginalFilename", "rexm.exe"
|
||||
VALUE "rexm", "rexm"
|
||||
VALUE "ProductVersion", "1.0"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
IDI_APP_ICON ICON "rlparser.ico"
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 5,5,0,0
|
||||
PRODUCTVERSION 5,5,0,0
|
||||
FILEVERSION 6,0,0,0
|
||||
PRODUCTVERSION 6,0,0,0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
@ -11,7 +11,7 @@ BEGIN
|
||||
VALUE "FileDescription", "rlparser | raylib header API parser"
|
||||
VALUE "FileVersion", "1.0"
|
||||
VALUE "InternalName", "rlparser"
|
||||
VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria (@raysan5)"
|
||||
VALUE "LegalCopyright", "(c) 2026 Ramon Santamaria (@raysan5)"
|
||||
VALUE "OriginalFilename", "rlparser"
|
||||
VALUE "ProductName", "rlparser"
|
||||
VALUE "ProductVersion", "1.0"
|
||||
|
||||
Reference in New Issue
Block a user