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

version updated

Rev: lib/simulate.lpc:1.4
parent 040b1cd9
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ void create()
add_efun("strstr",search);
add_efun("sum_arrays",sum_arrays);
add_efun("this_function",this_function);
add_efun("version",lambda() { return "uLPC v1.0E-12"; });
add_efun("version",lambda() { return "uLPC v1.1E-12"; });
add_efun("write_file",write_file);
add_efun("get_function",get_function);
add_efun("regexp",regexp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment