From 74593697267f8f41ccc3f40ccc12ae764f0c7c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 2 Jul 1996 15:15:03 +0200 Subject: [PATCH] version updated Rev: lib/simulate.lpc:1.18 --- lib/simulate.lpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simulate.lpc b/lib/simulate.lpc index 265562c1bd..00ff59b076 100644 --- a/lib/simulate.lpc +++ b/lib/simulate.lpc @@ -365,7 +365,7 @@ void create() add_efun("sum_arrays",sum_arrays); add_efun("system",system); add_efun("this_function",this_function); - add_efun("version",lambda() { return "uLPC v1.1E-7"; }); + add_efun("version",lambda() { return "uLPC v1.2E-7"; }); add_efun("write_file",write_file); } -- GitLab