From ba555ea68de61473e931e799e1c6887d0690a064 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 31 May 2024 21:44:03 +0200 Subject: [PATCH] =?UTF-8?q?=20=20*=20patch=20by=20Mar=C4=A3ers=20to=20bump?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/utils/mkx86ins.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/mkx86ins.pp b/compiler/utils/mkx86ins.pp index 791070347e..ddae1a99e4 100644 --- a/compiler/utils/mkx86ins.pp +++ b/compiler/utils/mkx86ins.pp @@ -16,7 +16,7 @@ program mkx86ins; const - Version = '1.6.1'; + Version = '1.6.2'; max_operands = 4; var s : string;