1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Shell command "ver" suggested URL updated to new domain http://www.eluaproject.net

This commit is contained in:
Dado Sutter 2008-11-28 02:14:15 +00:00
parent 07fa2652be
commit 832ef91723

View File

@ -163,7 +163,7 @@ static void shell_ver( char* args )
{
args = args;
printf( "eLua version %s\n", ELUA_STR_VERSION );
printf( "For more information go to http://elua.berlios.de\n" );
printf( "For more information go to http://www.eluaproject.net\n" );
}