@@ -474,8 +474,8 @@ int main(int argc, char *argv[])
474474 exTextUpdated [1 ] = TextReplaceAlloc (exTextUpdated [0 ], "<name>" , exName + strlen (exCategory ) + 1 );
475475 //TextReplaceAlloc(newExample, "<user_name>", "Ray");
476476 //TextReplaceAlloc(newExample, "@<user_github>", "@raysan5");
477- //TextReplaceAlloc(newExample, "<year_created>", 2025 );
478- //TextReplaceAlloc(newExample, "<year_updated>", 2025 );
477+ //TextReplaceAlloc(newExample, "<year_created>", 2026 );
478+ //TextReplaceAlloc(newExample, "<year_updated>", 2026 );
479479
480480 SaveFileText (TextFormat ("%s/%s/%s.c" , exBasePath , exCategory , exName ), exTextUpdated [1 ]);
481481 for (int i = 0 ; i < 6 ; i ++ ) { MemFree (exTextUpdated [i ]); exTextUpdated [i ] = NULL ; }
@@ -1875,7 +1875,7 @@ int main(int argc, char *argv[])
18751875 printf ("\n////////////////////////////////////////////////////////////////////////////////////////////\n" );
18761876 printf ("// //\n" );
18771877 printf ("// rexm [raylib examples manager] - A simple command-line tool to manage raylib examples //\n" );
1878- printf ("// powered by raylib v5.6-dev //\n" );
1878+ printf ("// powered by raylib v6.0 //\n" );
18791879 printf ("// //\n" );
18801880 printf ("// Copyright (c) 2025-2026 Ramon Santamaria (@raysan5) //\n" );
18811881 printf ("// //\n" );
0 commit comments