From 1e2272c62d172e80c1d4e608c74ad23d94ac6664 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 6 Nov 1995 22:39:54 +0100
Subject: [PATCH] version updated

Rev: lib/simulate.lpc:1.4
---
 lib/simulate.lpc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/simulate.lpc b/lib/simulate.lpc
index 99684e6b0f..b17803f4d7 100644
--- a/lib/simulate.lpc
+++ b/lib/simulate.lpc
@@ -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);
-- 
GitLab