Skip to content

Commit

Permalink
4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Feb 7, 2024
1 parent 730160a commit 1443670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/drivers/platform_emscripten.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static void frontend_emscripten_get_env(int *argc, char *argv[],
int main(int argc, char *argv[])
{
dummyErrnoCodes();
printf("Built for EmulatorJS Version 4.0.6\nDownload a copy from https://github.com/EmulatorJS/EmulatorJS\nView the licence here: https://github.com/EmulatorJS/EmulatorJS/blob/main/LICENSE\n");
printf("Built for EmulatorJS Version 4.0.11\nDownload a copy from https://github.com/EmulatorJS/EmulatorJS\nView the licence here: https://github.com/EmulatorJS/EmulatorJS/blob/main/LICENSE\n");

EM_ASM({
specialHTMLTargets["!canvas"] = Module.canvas;
Expand Down

0 comments on commit 1443670

Please sign in to comment.