Skip to content
Snippets Groups Projects
Commit 16c40b3b authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

version updated

Rev: lib/simulate.lpc:1.19
parent f3c90d26
Branches
Tags
No related merge requests found
...@@ -365,7 +365,7 @@ void create() ...@@ -365,7 +365,7 @@ void create()
add_efun("sum_arrays",sum_arrays); add_efun("sum_arrays",sum_arrays);
add_efun("system",system); add_efun("system",system);
add_efun("this_function",this_function); add_efun("this_function",this_function);
add_efun("version",lambda() { return "uLPC v1.2E-7"; }); add_efun("version",lambda() { return "uLPC v1.0E-6"; });
add_efun("write_file",write_file); add_efun("write_file",write_file);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment