From 42a52aa7d7372306a2e67b8fc6eeeb92730f0986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sat, 15 Jul 2023 13:29:34 +0200 Subject: [PATCH] * Fix compilation --- packages/amunits/src/coreunits/workbench.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amunits/src/coreunits/workbench.pas b/packages/amunits/src/coreunits/workbench.pas index 9556576b97..84302f3ff7 100644 --- a/packages/amunits/src/coreunits/workbench.pas +++ b/packages/amunits/src/coreunits/workbench.pas @@ -940,7 +940,7 @@ end; const { Change VERSION and LIBVERSION to proper values } - VERSION : ShortString[2] = '0'; + VERSION : String[2] = '0'; LIBVERSION : longword = 0; initialization